#B52BAB

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

Shades of Medium Red Violet #B52BAB

Tints of Medium Red Violet #B52BAB

Color information

#B52BAB (or 0xB52BAB) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2B and AB. RGB value is (181,43,171). Sum of RGB (Red+Green+Blue) = 181+43+171=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B52BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52BAB is #4AD454. Grayscale: #626262. Windows color (decimal): -4904021 or 11217845. OLE color: 11217845.

HSL color Cylindrical-coordinate representation of color #B52BAB: hue angle of 304.35º degrees, saturation: 0.62, 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 #B52BAB is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18143171-
CMYK00.760.060.29
HSL304.35º61.61%43.92%-
HSV(B)304.35º76.24%70.98%-
XYZ27.2714.4939.89-
YUV98.85168.72186.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 43 (17.19% from 255) = 10.89%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=45.82%
G=10.89%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814317100.760.060.29304.3561.6143.92
HexB52BAB04C61D1303e2c
Octal2655325301146354607654
Binary10110101101011101010110100110011011101100110000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52BAB; }

 p { color: rgb(181,43,171); }

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

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

 a { background-color: rgb(181,43,171); }

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

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

 span { border-color: rgb(181,43,171); }

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