#B557CA

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

Shades of Medium Orchid #B557CA

Tints of Medium Orchid #B557CA

Color information

#B557CA (or 0xB557CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 57 and CA. RGB value is (181,87,202). Sum of RGB (Red+Green+Blue) = 181+87+202=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #B557CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557CA is #4AA835. Grayscale: #7F7F7F. Windows color (decimal): -4892726 or 13260725. OLE color: 13260725.

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

Color convert

RGB18187202-
CMYK0.100.5700.21
HSL289.04º52.04%56.67%-
HSV(B)289.04º56.93%79.22%-
XYZ33.1220.958.17-
YUV128.22169.64165.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 87 (34.38% from 255) = 18.51%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=38.51%
G=18.51%
B=42.98%

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
Decimal181872020.100.5700.21289.0452.0456.67
HexB557CAA390151213439
Octal26512731212710254416471
Binary101101011010111110010101010111001010101100100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B557CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B557CA; }

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

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

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

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

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

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

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

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