Html Css Color HEX #B96FE0 Medium Orchid

📋 copy color: '#B96FE0'

red 185 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #B96FE0

Tints of Medium Orchid #B96FE0

RGB

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

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

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

R = 35.58%
G = 21.35%
B = 43.08%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B96FE0 (or 0xB96FE0) is known color: Medium Orchid. HEX triplet: B9, 6F and E0. RGB value is (185,111,224). Sum of RGB (Red+Green+Blue) = 185+111+224=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #B96FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FE0 is #46901F. Grayscale: #919191. Windows color (decimal): -4624416 or 14708665. OLE color: 14708665.

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

Color convert

RGB 185 111 224 -
CMYK 0.17 0.50 0 0.12
HSL 279.29º 0.65% 0.66% -
HSV(B) 279.29º 0.5% 0.88% -
XYZ 39.15 27.06 73.68 -
YUV 146.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 185 111 224 0.17 0.50 0 0.12 279.29 0.65 0.66
Hex B9 6F E0 11 32 0 C 117 41 42
Octal 271 157 340 21 62 0 14 427 101 102
Binary 10111001 1101111 11100000 10001 110010 0 1100 100010111 1000001 1000010

Color Harmonies of #B96FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FE0

Black with #B96FE0

Text Example


Text Example

White with #B96FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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