#B976D4

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

Shades of Medium Orchid #B976D4

Tints of Medium Orchid #B976D4

Color information

#B976D4 (or 0xB976D4) is unknown color: approx Medium Orchid. HEX triplet: B9, 76 and D4. RGB value is (185,118,212). Sum of RGB (Red+Green+Blue) = 185+118+212=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #B976D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976D4 is #46892B. Grayscale: #949494. Windows color (decimal): -4622636 or 13924025. OLE color: 13924025.

HSL color Cylindrical-coordinate representation of color #B976D4: hue angle of 282.77º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B976D4 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185118212-
CMYK0.130.4400.17
HSL282.77º52.22%64.71%-
HSV(B)282.77º44.34%83.14%-
XYZ38.3728.0265.67-
YUV148.75163.7153.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 118 (46.48% from 255) = 22.91%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=35.92%
G=22.91%
B=41.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851182120.130.4400.17282.7752.2264.71
HexB976D4D2C01111b3441
Octal271166324155402143364101
Binary1011100111101101101010011011011000100011000110111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976D4; }

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

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

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

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

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

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

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

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