#B96DDA

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

Shades of Medium Orchid #B96DDA

Tints of Medium Orchid #B96DDA

Color information

#B96DDA (or 0xB96DDA) is unknown color: approx Medium Orchid. HEX triplet: B9, 6D and DA. RGB value is (185,109,218). Sum of RGB (Red+Green+Blue) = 185+109+218=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B96DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DDA is #469225. Grayscale: #8F8F8F. Windows color (decimal): -4624934 or 14314937. OLE color: 14314937.

HSL color Cylindrical-coordinate representation of color #B96DDA: hue angle of 281.83º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96DDA is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185109218-
CMYK0.150.500.15
HSL281.83º59.56%64.12%-
HSV(B)281.83º50%85.49%-
XYZ38.1326.3169.4-
YUV144.15169.68157.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=36.13%
G=21.29%
B=42.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851092180.150.500.15281.8359.5664.12
HexB96DDAF320F11a3c40
Octal271155332176201743274100
Binary101110011101101110110101111110010011111000110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96DDA; }

 p { color: rgb(185,109,218); }

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

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

 a { background-color: rgb(185,109,218); }

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

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

 span { border-color: rgb(185,109,218); }

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