#B557D5

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

Shades of Medium Orchid #B557D5

Tints of Medium Orchid #B557D5

Color information

#B557D5 (or 0xB557D5) is unknown color: approx Medium Orchid. HEX triplet: B5, 57 and D5. RGB value is (181,87,213). Sum of RGB (Red+Green+Blue) = 181+87+213=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #B557D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557D5 is #4AA82A. Grayscale: #818181. Windows color (decimal): -4892715 or 13981621. OLE color: 13981621.

HSL color Cylindrical-coordinate representation of color #B557D5: hue angle of 284.76º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B557D5 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18187213-
CMYK0.150.5900.16
HSL284.76º60%58.82%-
HSV(B)284.76º59.15%83.53%-
XYZ34.4721.4465.27-
YUV129.47175.14164.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 87 (34.38% from 255) = 18.09%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=37.63%
G=18.09%
B=44.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181872130.150.5900.16284.766058.82
HexB557D5F3B01011d3c3b
Octal26512732517730204357473
Binary101101011010111110101011111111011010000100011101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B557D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B557D5; }

 p { color: rgb(181,87,213); }

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

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

 a { background-color: rgb(181,87,213); }

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

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

 span { border-color: rgb(181,87,213); }

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