#B576D8

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

Shades of Medium Orchid #B576D8

Tints of Medium Orchid #B576D8

Color information

#B576D8 (or 0xB576D8) is unknown color: approx Medium Orchid. HEX triplet: B5, 76 and D8. RGB value is (181,118,216). Sum of RGB (Red+Green+Blue) = 181+118+216=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #B576D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576D8 is #4A8927. Grayscale: #939393. Windows color (decimal): -4884776 or 14186165. OLE color: 14186165.

HSL color Cylindrical-coordinate representation of color #B576D8: hue angle of 278.57º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B576D8 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181118216-
CMYK0.160.4500.15
HSL278.57º55.68%65.49%-
HSV(B)278.57º45.37%84.71%-
XYZ37.9327.7468.32-
YUV148.01166.37151.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 118 (46.48% from 255) = 22.91%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=35.15%
G=22.91%
B=41.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811182160.160.4500.15278.5755.6865.49
HexB576D8102D0F1173841
Octal265166330205501742770101
Binary1011010111101101101100010000101101011111000101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576D8; }

 p { color: rgb(181,118,216); }

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

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

 a { background-color: rgb(181,118,216); }

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

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

 span { border-color: rgb(181,118,216); }

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