Html Css Color HEX #B96EE8 Medium Orchid

📋 copy color: '#B96EE8'

red 185 ◦ green 110 ◦ blue 232

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

Shades of Medium Orchid #B96EE8

Tints of Medium Orchid #B96EE8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.87%

 BLUE value IS 232 (91.02% from 255) = 44.02%

R = 35.1%
G = 20.87%
B = 44.02%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B96EE8 (or 0xB96EE8) is known color: Medium Orchid. HEX triplet: B9, 6E and E8. RGB value is (185,110,232). Sum of RGB (Red+Green+Blue) = 185+110+232=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #B96EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EE8 is #469117. Grayscale: #919191. Windows color (decimal): -4624664 or 15232697. OLE color: 15232697.

HSL color Cylindrical-coordinate representation of color #B96EE8: hue angle of 276.89º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B96EE8 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 110 232 -
CMYK 0.20 0.53 0 0.09
HSL 276.89º 0.73% 0.67% -
HSV(B) 276.89º 0.53% 0.91% -
XYZ 40.15 27.29 79.5 -
YUV 146.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 185 110 232 0.20 0.53 0 0.09 276.89 0.73 0.67
Hex B9 6E E8 14 35 0 9 115 49 43
Octal 271 156 350 24 65 0 11 425 111 103
Binary 10111001 1101110 11101000 10100 110101 0 1001 100010101 1001001 1000011

Color Harmonies of #B96EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EE8

Black with #B96EE8

Text Example


Text Example

White with #B96EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EE8; }

 p { color: rgb(185,110,232); }

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

background-color css

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

 a { background-color: rgb(185,110,232); }

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

border-color css

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

 span { border-color: rgb(185,110,232); }

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