#B556C6

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

Shades of Medium Orchid #B556C6

Tints of Medium Orchid #B556C6

Color information

#B556C6 (or 0xB556C6) is unknown color: approx Medium Orchid. HEX triplet: B5, 56 and C6. RGB value is (181,86,198). Sum of RGB (Red+Green+Blue) = 181+86+198=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #B556C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B556C6 is #4AA939. Grayscale: #7E7E7E. Windows color (decimal): -4892986 or 12998325. OLE color: 12998325.

HSL color Cylindrical-coordinate representation of color #B556C6: hue angle of 290.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B556C6 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18186198-
CMYK0.090.5700.22
HSL290.89º49.56%55.69%-
HSV(B)290.89º56.57%77.65%-
XYZ32.5820.5655.68-
YUV127.17167.97166.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 198 (77.73% from 255) = 42.58%
R=38.92%
G=18.49%
B=42.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181861980.090.5700.22290.8949.5655.69
HexB556C69390161233238
Octal26512630611710264436270
Binary101101011010110110001101001111001010110100100011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B556C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B556C6; }

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

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

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

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

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

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

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

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