#B556CA

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

Shades of Medium Orchid #B556CA

Tints of Medium Orchid #B556CA

Color information

#B556CA (or 0xB556CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 56 and CA. RGB value is (181,86,202). Sum of RGB (Red+Green+Blue) = 181+86+202=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #B556CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B556CA is #4AA935. Grayscale: #7F7F7F. Windows color (decimal): -4892982 or 13260469. OLE color: 13260469.

HSL color Cylindrical-coordinate representation of color #B556CA: hue angle of 289.14º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B556CA is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18186202-
CMYK0.100.5700.21
HSL289.14º52.25%56.47%-
HSV(B)289.14º57.43%79.22%-
XYZ33.0420.7458.14-
YUV127.63169.97166.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 86 (33.98% from 255) = 18.34%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=38.59%
G=18.34%
B=43.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181862020.100.5700.21289.1452.2556.47
HexB556CAA390151213438
Octal26512631212710254416470
Binary101101011010110110010101010111001010101100100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B556CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B556CA; }

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

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

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

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

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

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

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

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