#B556C5

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

Shades of Medium Orchid #B556C5

Tints of Medium Orchid #B556C5

Color information

#B556C5 (or 0xB556C5) is unknown color: approx Medium Orchid. HEX triplet: B5, 56 and C5. RGB value is (181,86,197). Sum of RGB (Red+Green+Blue) = 181+86+197=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 197 - color contains mainly: blue. Hex color #B556C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B556C5 is #4AA93A. Grayscale: #7E7E7E. Windows color (decimal): -4892987 or 12932789. OLE color: 12932789.

HSL color Cylindrical-coordinate representation of color #B556C5: hue angle of 291.35º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B556C5 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18186197-
CMYK0.080.5600.23
HSL291.35º48.9%55.49%-
HSV(B)291.35º56.35%77.25%-
XYZ32.4620.5155.07-
YUV127.06167.47166.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 86 (33.98% from 255) = 18.53%
BLUE value IS 197 (77.34% from 255) = 42.46%
R=39.01%
G=18.53%
B=42.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181861970.080.5600.23291.3548.955.49
HexB556C58380171233137
Octal26512630510700274436167
Binary101101011010110110001011000111000010111100100011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B556C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B556C5; }

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

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

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

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

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

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

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

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