#B52B9B

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

Shades of Medium Red Violet #B52B9B

Tints of Medium Red Violet #B52B9B

Color information

#B52B9B (or 0xB52B9B) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2B and 9B. RGB value is (181,43,155). Sum of RGB (Red+Green+Blue) = 181+43+155=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52B9B is #4AD464. Grayscale: #606060. Windows color (decimal): -4904037 or 10169269. OLE color: 10169269.

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

Color convert

RGB18143155-
CMYK00.760.140.29
HSL311.3º61.61%43.92%-
HSV(B)311.3º76.24%70.98%-
XYZ25.8413.9232.34-
YUV97.03160.72187.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 43 (17.19% from 255) = 11.35%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=47.76%
G=11.35%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814315500.760.140.29311.361.6143.92
HexB52B9B04CE1D1373e2c
Octal26553233011416354677654
Binary101101011010111001101101001100111011101100110111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52B9B; }

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

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

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

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

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

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

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

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