Html Css Color HEX #B95FFB Medium Orchid

📋 copy color: '#B95FFB'

red 185 ◦ green 95 ◦ blue 251

#B95FFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B95FFB

Tints of Medium Orchid #B95FFB

RGB

 RED value IS 185 (72.66% from 255) = 34.84%

 GREEN value IS 95 (37.5% from 255) = 17.89%

 BLUE value IS 251 (98.44% from 255) = 47.27%

R = 34.84%
G = 17.89%
B = 47.27%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B95FFB (or 0xB95FFB) is known color: Medium Orchid. HEX triplet: B9, 5F and FB. RGB value is (185,95,251). Sum of RGB (Red+Green+Blue) = 185+95+251=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #B95FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95FFB is #46A004. Grayscale: #8B8B8B. Windows color (decimal): -4628485 or 16474041. OLE color: 16474041.

HSL color Cylindrical-coordinate representation of color #B95FFB: hue angle of 274.62º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B95FFB is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 95 251 -
CMYK 0.26 0.62 0 0.02
HSL 274.62º 0.95% 0.68% -
HSV(B) 274.62º 0.62% 0.98% -
XYZ 41.51 25.46 93.99 -
YUV 139.69 190.82 160.32 -
System Red Green Blue C M Y K H S L
Decimal 185 95 251 0.26 0.62 0 0.02 274.62 0.95 0.68
Hex B9 5F FB 1A 3E 0 2 113 5F 44
Octal 271 137 373 32 76 0 2 423 137 104
Binary 10111001 1011111 11111011 11010 111110 0 10 100010011 1011111 1000100

Color Harmonies of #B95FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95FFB

Black with #B95FFB

Text Example


Text Example

White with #B95FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95FFB; }

 p { color: rgb(185,95,251); }

 H1.HeaderClassName
 {
   color: #B95FFB;
 }
 .AnyTagClassName
 {
   color: #B95FFB;
 }
</style>

background-color css

<style>
 a { background-color: #B95FFB; }

 a { background-color: rgb(185,95,251); }

 div.DivClassName
 {
   background-color: #B95FFB;
 }
 .BgClassName
 {
   background-color: #B95FFB;
 }
</style>

border-color css

<style>
 span { border-color: #B95FFB; }

 span { border-color: rgb(185,95,251); }

 td.TdClassName
 {
   border-color: #B95FFB;
 }
 .TagClassName
 {
   border-color: #B95FFB;
 }
</style>