#B96BD1

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

Shades of Medium Orchid #B96BD1

Tints of Medium Orchid #B96BD1

Color information

#B96BD1 (or 0xB96BD1) is unknown color: approx Medium Orchid. HEX triplet: B9, 6B and D1. RGB value is (185,107,209). Sum of RGB (Red+Green+Blue) = 185+107+209=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #B96BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BD1 is #46942E. Grayscale: #8D8D8D. Windows color (decimal): -4625455 or 13724601. OLE color: 13724601.

HSL color Cylindrical-coordinate representation of color #B96BD1: hue angle of 285.88º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B96BD1 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185107209-
CMYK0.110.4900.18
HSL285.88º52.58%61.96%-
HSV(B)285.88º48.8%81.96%-
XYZ36.7725.4363.29-
YUV141.95165.84158.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 209 (82.03% from 255) = 41.72%
R=36.93%
G=21.36%
B=41.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851072090.110.4900.18285.8852.5861.96
HexB96BD1B3101211e353e
Octal27115332113610224366576
Binary101110011101011110100011011110001010010100011110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BD1; }

 p { color: rgb(185,107,209); }

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

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

 a { background-color: rgb(185,107,209); }

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

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

 span { border-color: rgb(185,107,209); }

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