#B52C6F

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

Shades of Medium Red Violet #B52C6F

Tints of Medium Red Violet #B52C6F

Color information

#B52C6F (or 0xB52C6F) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2C and 6F. RGB value is (181,44,111). Sum of RGB (Red+Green+Blue) = 181+44+111=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52C6F is #4AD390. Grayscale: #5C5C5C. Windows color (decimal): -4903825 or 7285941. OLE color: 7285941.

HSL color Cylindrical-coordinate representation of color #B52C6F: hue angle of 330.66º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52C6F is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18144111-
CMYK00.760.390.29
HSL330.66º60.89%44.12%-
HSV(B)330.66º75.69%70.98%-
XYZ22.8312.7716.3-
YUV92.6138.39191.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 44 (17.58% from 255) = 13.10%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=53.87%
G=13.10%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814411100.760.390.29330.6660.8944.12
HexB52C6F04C271D14b3d2c
Octal26554157011447355137554
Binary1011010110110011011110100110010011111101101001011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52C6F; }

 p { color: rgb(181,44,111); }

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

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

 a { background-color: rgb(181,44,111); }

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

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

 span { border-color: rgb(181,44,111); }

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