Html Css Color HEX #B96EE1 Medium Orchid

📋 copy color: '#B96EE1'

red 185 ◦ green 110 ◦ blue 225

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

Shades of Medium Orchid #B96EE1

Tints of Medium Orchid #B96EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.27%

R = 35.58%
G = 21.15%
B = 43.27%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B96EE1 (or 0xB96EE1) is known color: Medium Orchid. HEX triplet: B9, 6E and E1. RGB value is (185,110,225). Sum of RGB (Red+Green+Blue) = 185+110+225=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #B96EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EE1 is #46911E. Grayscale: #919191. Windows color (decimal): -4624671 or 14773945. OLE color: 14773945.

HSL color Cylindrical-coordinate representation of color #B96EE1: hue angle of 279.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96EE1 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 110 225 -
CMYK 0.18 0.51 0 0.12
HSL 279.13º 0.66% 0.66% -
HSV(B) 279.13º 0.51% 0.88% -
XYZ 39.17 26.9 74.36 -
YUV 145.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 185 110 225 0.18 0.51 0 0.12 279.13 0.66 0.66
Hex B9 6E E1 12 33 0 C 117 42 42
Octal 271 156 341 22 63 0 14 427 102 102
Binary 10111001 1101110 11100001 10010 110011 0 1100 100010111 1000010 1000010

Color Harmonies of #B96EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EE1

Black with #B96EE1

Text Example


Text Example

White with #B96EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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