#B51298

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

Shades of Medium Violet Red #B51298

Tints of Medium Violet Red #B51298

Color information

#B51298 (or 0xB51298) is unknown color: approx Medium Violet Red. HEX triplet: B5, 12 and 98. RGB value is (181,18,152). Sum of RGB (Red+Green+Blue) = 181+18+152=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B51298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51298 is #4AED67. Grayscale: #515151. Windows color (decimal): -4910440 or 9966261. OLE color: 9966261.

HSL color Cylindrical-coordinate representation of color #B51298: hue angle of 310.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 #B51298 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18118152-
CMYK00.900.160.29
HSL310.67º81.91%39.02%-
HSV(B)310.67º90.06%70.98%-
XYZ24.9412.5230.81-
YUV82.01167.5198.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 152 (59.77% from 255) = 43.30%
R=51.57%
G=5.13%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811815200.900.160.29310.6781.9139.02
HexB5129805A101D1375227
Octal265222300132203546712247
Binary1011010110010100110000101101010000111011001101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51298; }

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

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

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

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

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

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

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

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