#B557DA

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

Shades of Medium Orchid #B557DA

Tints of Medium Orchid #B557DA

Color information

#B557DA (or 0xB557DA) is unknown color: approx Medium Orchid. HEX triplet: B5, 57 and DA. RGB value is (181,87,218). Sum of RGB (Red+Green+Blue) = 181+87+218=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #B557DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557DA is #4AA825. Grayscale: #818181. Windows color (decimal): -4892710 or 14309301. OLE color: 14309301.

HSL color Cylindrical-coordinate representation of color #B557DA: hue angle of 283.05º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B557DA is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18187218-
CMYK0.170.6000.15
HSL283.05º63.9%59.8%-
HSV(B)283.05º60.09%85.49%-
XYZ35.1221.768.67-
YUV130.04177.64164.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 87 (34.38% from 255) = 17.90%
BLUE value IS 218 (85.55% from 255) = 44.86%
R=37.24%
G=17.90%
B=44.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181872180.170.6000.15283.0563.959.8
HexB557DA113C0F11b403c
Octal265127332217401743310074
Binary1011010110101111101101010001111100011111000110111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B557DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B557DA; }

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

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

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

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

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

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

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

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