#B51285

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

Shades of Medium Violet Red #B51285

Tints of Medium Violet Red #B51285

Color information

#B51285 (or 0xB51285) is unknown color: approx Medium Violet Red. HEX triplet: B5, 12 and 85. RGB value is (181,18,133). Sum of RGB (Red+Green+Blue) = 181+18+133=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B51285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51285 is #4AED7A. Grayscale: #4F4F4F. Windows color (decimal): -4910459 or 8721077. OLE color: 8721077.

HSL color Cylindrical-coordinate representation of color #B51285: hue angle of 317.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51285 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18118133-
CMYK00.900.270.29
HSL317.67º81.91%39.02%-
HSV(B)317.67º90.06%70.98%-
XYZ23.5111.9523.26-
YUV79.85158200.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 18 (7.42% from 255) = 5.42%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=54.52%
G=5.42%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811813300.900.270.29317.6781.9139.02
HexB5128505A1B1D13e5227
Octal265222050132333547612247
Binary1011010110010100001010101101011011111011001111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51285; }

 p { color: rgb(181,18,133); }

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

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

 a { background-color: rgb(181,18,133); }

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

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

 span { border-color: rgb(181,18,133); }

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