#b96bc5

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

Shades of Medium Orchid #B96BC5

Tints of Medium Orchid #B96BC5

Color information

#B96BC5 (or 0xB96BC5) is unknown color: approx Medium Orchid. HEX triplet: B9, 6B and C5. RGB value is (185,107,197). Sum of RGB (Red+Green+Blue) = 185+107+197=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #B96BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BC5 is #46943A. Grayscale: #8C8C8C. Windows color (decimal): -4625467 or 12938169. OLE color: 12938169.

HSL color Cylindrical-coordinate representation of color #B96BC5: hue angle of 292º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96BC5 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185107197-
CMYK0.060.4600.23
HSL292º43.69%59.61%-
HSV(B)292º45.69%77.25%-
XYZ35.3424.8655.76-
YUV140.58159.84159.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 197 (77.34% from 255) = 40.29%
R=37.83%
G=21.88%
B=40.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851071970.060.4600.2329243.6959.61
HexB96BC562E0171242c3c
Octal2711533056560274445474
Binary10111001110101111000101110101110010111100100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96bc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96bc5; }

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

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

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

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

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

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

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

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