#B96AD5

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

Shades of Medium Orchid #B96AD5

Tints of Medium Orchid #B96AD5

Color information

#B96AD5 (or 0xB96AD5) is unknown color: approx Medium Orchid. HEX triplet: B9, 6A and D5. RGB value is (185,106,213). Sum of RGB (Red+Green+Blue) = 185+106+213=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #B96AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96AD5 is #46952A. Grayscale: #8D8D8D. Windows color (decimal): -4625707 or 13986489. OLE color: 13986489.

HSL color Cylindrical-coordinate representation of color #B96AD5: hue angle of 284.3º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96AD5 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185106213-
CMYK0.130.5000.16
HSL284.3º56.02%62.55%-
HSV(B)284.3º50.23%83.53%-
XYZ37.1725.4365.9-
YUV141.82168.17158.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 106 (41.80% from 255) = 21.03%
BLUE value IS 213 (83.59% from 255) = 42.26%
R=36.71%
G=21.03%
B=42.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851062130.130.5000.16284.356.0262.55
HexB96AD5D3201011c383f
Octal27115232515620204347077
Binary101110011101010110101011101110010010000100011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96AD5; }

 p { color: rgb(185,106,213); }

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

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

 a { background-color: rgb(185,106,213); }

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

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

 span { border-color: rgb(185,106,213); }

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