Html Css Color HEX #B96EE0 Medium Orchid

📋 copy color: '#B96EE0'

red 185 ◦ green 110 ◦ blue 224

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

Shades of Medium Orchid #B96EE0

Tints of Medium Orchid #B96EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 35.65%
G = 21.19%
B = 43.16%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B96EE0 (or 0xB96EE0) is known color: Medium Orchid. HEX triplet: B9, 6E and E0. RGB value is (185,110,224). Sum of RGB (Red+Green+Blue) = 185+110+224=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #B96EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EE0 is #46911F. Grayscale: #919191. Windows color (decimal): -4624672 or 14708409. OLE color: 14708409.

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

Color convert

RGB 185 110 224 -
CMYK 0.17 0.51 0 0.12
HSL 279.47º 0.65% 0.65% -
HSV(B) 279.47º 0.51% 0.88% -
XYZ 39.04 26.85 73.65 -
YUV 145.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 185 110 224 0.17 0.51 0 0.12 279.47 0.65 0.65
Hex B9 6E E0 11 33 0 C 117 41 41
Octal 271 156 340 21 63 0 14 427 101 101
Binary 10111001 1101110 11100000 10001 110011 0 1100 100010111 1000001 1000001

Color Harmonies of #B96EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EE0

Black with #B96EE0

Text Example


Text Example

White with #B96EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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