Html Css Color HEX #B96FE6 Medium Orchid

📋 copy color: '#B96FE6'

red 185 ◦ green 111 ◦ blue 230

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

Shades of Medium Orchid #B96FE6

Tints of Medium Orchid #B96FE6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.1%

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 35.17%
G = 21.1%
B = 43.73%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B96FE6 (or 0xB96FE6) is known color: Medium Orchid. HEX triplet: B9, 6F and E6. RGB value is (185,111,230). Sum of RGB (Red+Green+Blue) = 185+111+230=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #B96FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FE6 is #469019. Grayscale: #929292. Windows color (decimal): -4624410 or 15101881. OLE color: 15101881.

HSL color Cylindrical-coordinate representation of color #B96FE6: hue angle of 277.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96FE6 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 111 230 -
CMYK 0.20 0.52 0 0.10
HSL 277.31º 0.7% 0.67% -
HSV(B) 277.31º 0.52% 0.9% -
XYZ 39.97 27.4 78.04 -
YUV 146.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 185 111 230 0.20 0.52 0 0.10 277.31 0.7 0.67
Hex B9 6F E6 14 34 0 A 115 46 43
Octal 271 157 346 24 64 0 12 425 106 103
Binary 10111001 1101111 11100110 10100 110100 0 1010 100010101 1000110 1000011

Color Harmonies of #B96FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FE6

Black with #B96FE6

Text Example


Text Example

White with #B96FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FE6; }

 p { color: rgb(185,111,230); }

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

background-color css

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

 a { background-color: rgb(185,111,230); }

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

border-color css

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

 span { border-color: rgb(185,111,230); }

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