#B96FE4

Color #B96FE4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B96FE4

Tints of Medium Orchid #B96FE4

Color information

#B96FE4 (or 0xB96FE4) is unknown color: approx Medium Orchid. HEX triplet: B9, 6F and E4. RGB value is (185,111,228). Sum of RGB (Red+Green+Blue) = 185+111+228=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #B96FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FE4 is #46901B. Grayscale: #929292. Windows color (decimal): -4624412 or 14970809. OLE color: 14970809.

HSL color Cylindrical-coordinate representation of color #B96FE4: hue angle of 277.95º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96FE4 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185111228-
CMYK0.190.5100.11
HSL277.95º68.42%66.47%-
HSV(B)277.95º51.32%89.41%-
XYZ39.727.2876.57-
YUV146.46174.02155.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 111 (43.75% from 255) = 21.18%
BLUE value IS 228 (89.45% from 255) = 43.51%
R=35.31%
G=21.18%
B=43.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851112280.190.5100.11277.9568.4266.47
HexB96FE413330B1164442
Octal2711573442363013426104102
Binary10111001110111111100100100111100110101110001011010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FE4; }

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

 H1.HeaderClassName
 {
   color: #B96FE4;
 }
 .AnyTagClassName
 {
   color: #B96FE4;
 }
</style>
background-color css

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

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

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

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

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

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