#B556D1

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

Shades of Medium Orchid #B556D1

Tints of Medium Orchid #B556D1

Color information

#B556D1 (or 0xB556D1) is unknown color: approx Medium Orchid. HEX triplet: B5, 56 and D1. RGB value is (181,86,209). Sum of RGB (Red+Green+Blue) = 181+86+209=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #B556D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B556D1 is #4AA92E. Grayscale: #808080. Windows color (decimal): -4892975 or 13719221. OLE color: 13719221.

HSL color Cylindrical-coordinate representation of color #B556D1: hue angle of 286.34º 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 #B556D1 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18186209-
CMYK0.130.5900.18
HSL286.34º57.21%57.84%-
HSV(B)286.34º58.85%81.96%-
XYZ33.8921.0862.6-
YUV128.43173.47165.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 86 (33.98% from 255) = 18.07%
BLUE value IS 209 (82.03% from 255) = 43.91%
R=38.03%
G=18.07%
B=43.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181862090.130.5900.18286.3457.2157.84
HexB556D1D3B01211e393a
Octal26512632115730224367172
Binary101101011010110110100011101111011010010100011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B556D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B556D1; }

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

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

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

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

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

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

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

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