#B96FCF

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

Shades of Medium Orchid #B96FCF

Tints of Medium Orchid #B96FCF

Color information

#B96FCF (or 0xB96FCF) is unknown color: approx Medium Orchid. HEX triplet: B9, 6F and CF. RGB value is (185,111,207). Sum of RGB (Red+Green+Blue) = 185+111+207=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #B96FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FCF is #469030. Grayscale: #8F8F8F. Windows color (decimal): -4624433 or 13594553. OLE color: 13594553.

HSL color Cylindrical-coordinate representation of color #B96FCF: hue angle of 286.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96FCF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185111207-
CMYK0.110.4600.19
HSL286.25º50%62.35%-
HSV(B)286.25º46.38%81.18%-
XYZ36.9526.1962.14-
YUV144.07163.52157.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=36.78%
G=22.07%
B=41.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851112070.110.4600.19286.255062.35
HexB96FCFB2E01311e323e
Octal27115731713560234366276
Binary101110011101111110011111011101110010011100011110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FCF; }

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

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

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

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

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

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

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

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