#B056D9

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

Shades of Medium Orchid #B056D9

Tints of Medium Orchid #B056D9

Color information

#B056D9 (or 0xB056D9) is unknown color: approx Medium Orchid. HEX triplet: B0, 56 and D9. RGB value is (176,86,217). Sum of RGB (Red+Green+Blue) = 176+86+217=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #B056D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056D9 is #4FA926. Grayscale: #7F7F7F. Windows color (decimal): -5220647 or 14243504. OLE color: 14243504.

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

Color convert

RGB17686217-
CMYK0.190.6000.15
HSL281.22º63.29%59.41%-
HSV(B)281.22º60.37%85.1%-
XYZ33.7620.967.9-
YUV127.84178.32162.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=36.74%
G=17.95%
B=45.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176862170.190.6000.15281.2263.2959.41
HexB056D9133C0F1193f3b
Octal26012633123740174317773
Binary101100001010110110110011001111110001111100011001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B056D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B056D9; }

 p { color: rgb(176,86,217); }

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

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

 a { background-color: rgb(176,86,217); }

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

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

 span { border-color: rgb(176,86,217); }

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