#B976DD

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

Shades of Medium Orchid #B976DD

Tints of Medium Orchid #B976DD

Color information

#B976DD (or 0xB976DD) is unknown color: approx Medium Orchid. HEX triplet: B9, 76 and DD. RGB value is (185,118,221). Sum of RGB (Red+Green+Blue) = 185+118+221=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B976DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976DD is #468922. Grayscale: #959595. Windows color (decimal): -4622627 or 14513849. OLE color: 14513849.

HSL color Cylindrical-coordinate representation of color #B976DD: hue angle of 279.03º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B976DD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185118221-
CMYK0.160.4700.13
HSL279.03º60.23%66.47%-
HSV(B)279.03º46.61%86.67%-
XYZ39.5428.4971.82-
YUV149.77168.2153.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 118 (46.48% from 255) = 22.52%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=35.31%
G=22.52%
B=42.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851182210.160.4700.13279.0360.2366.47
HexB976DD102F0D1173c42
Octal271166335205701542774102
Binary1011100111101101101110110000101111011011000101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976DD; }

 p { color: rgb(185,118,221); }

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

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

 a { background-color: rgb(185,118,221); }

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

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

 span { border-color: rgb(185,118,221); }

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