#B559C5

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

Shades of Medium Orchid #B559C5

Tints of Medium Orchid #B559C5

Color information

#B559C5 (or 0xB559C5) is unknown color: approx Medium Orchid. HEX triplet: B5, 59 and C5. RGB value is (181,89,197). Sum of RGB (Red+Green+Blue) = 181+89+197=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #B559C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559C5 is #4AA63A. Grayscale: #808080. Windows color (decimal): -4892219 or 12933557. OLE color: 12933557.

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

Color convert

RGB18189197-
CMYK0.080.5500.23
HSL291.11º48.21%56.08%-
HSV(B)291.11º54.82%77.25%-
XYZ32.712155.15-
YUV128.82166.48165.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 89 (35.16% from 255) = 19.06%
BLUE value IS 197 (77.34% from 255) = 42.18%
R=38.76%
G=19.06%
B=42.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181891970.080.5500.23291.1148.2156.08
HexB559C58370171233038
Octal26513130510670274436070
Binary101101011011001110001011000110111010111100100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B559C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B559C5; }

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

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

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

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

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

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

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

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