#B557C9

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

Shades of Medium Orchid #B557C9

Tints of Medium Orchid #B557C9

Color information

#B557C9 (or 0xB557C9) is unknown color: approx Medium Orchid. HEX triplet: B5, 57 and C9. RGB value is (181,87,201). Sum of RGB (Red+Green+Blue) = 181+87+201=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #B557C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557C9 is #4AA836. Grayscale: #7F7F7F. Windows color (decimal): -4892727 or 13195189. OLE color: 13195189.

HSL color Cylindrical-coordinate representation of color #B557C9: hue angle of 289.47º degrees, saturation: 0.51, 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 #B557C9 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18187201-
CMYK0.100.5700.21
HSL289.47º51.35%56.47%-
HSV(B)289.47º56.72%78.82%-
XYZ33.0120.8657.54-
YUV128.1169.14165.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 87 (34.38% from 255) = 18.55%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=38.59%
G=18.55%
B=42.86%

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
Decimal181872010.100.5700.21289.4751.3556.47
HexB557C9A390151213338
Octal26512731112710254416370
Binary101101011010111110010011010111001010101100100001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B557C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B557C9; }

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

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

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

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

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

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

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

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