#B056D1

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

Shades of Medium Orchid #B056D1

Tints of Medium Orchid #B056D1

Color information

#B056D1 (or 0xB056D1) is unknown color: approx Medium Orchid. HEX triplet: B0, 56 and D1. RGB value is (176,86,209). Sum of RGB (Red+Green+Blue) = 176+86+209=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #B056D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056D1 is #4FA92E. Grayscale: #7E7E7E. Windows color (decimal): -5220655 or 13719216. OLE color: 13719216.

HSL color Cylindrical-coordinate representation of color #B056D1: hue angle of 283.9º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B056D1 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17686209-
CMYK0.160.5900.18
HSL283.9º57.21%57.84%-
HSV(B)283.9º58.85%81.96%-
XYZ32.7420.4962.55-
YUV126.93174.32163-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 86 (33.98% from 255) = 18.26%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=37.37%
G=18.26%
B=44.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176862090.160.5900.18283.957.2157.84
HexB056D1103B01211c393a
Octal26012632120730224347172
Binary1011000010101101101000110000111011010010100011100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B056D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B056D1; }

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

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

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

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

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

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

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

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