#B52687

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

Shades of Medium Red Violet #B52687

Tints of Medium Red Violet #B52687

Color information

#B52687 (or 0xB52687) is unknown color: approx Medium Red Violet. HEX triplet: B5, 26 and 87. RGB value is (181,38,135). Sum of RGB (Red+Green+Blue) = 181+38+135=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B52687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52687 is #4AD978. Grayscale: #5B5B5B. Windows color (decimal): -4905337 or 8857269. OLE color: 8857269.

HSL color Cylindrical-coordinate representation of color #B52687: hue angle of 319.3º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52687 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18138135-
CMYK00.790.250.29
HSL319.3º65.3%42.94%-
HSV(B)319.3º79.01%70.98%-
XYZ24.1212.9624.15-
YUV91.82152.38191.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 38 (15.23% from 255) = 10.73%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=51.13%
G=10.73%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813813500.790.250.29319.365.342.94
HexB5268704F191D13f412b
Octal265462070117313547710153
Binary10110101100110100001110100111111001111011001111111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52687; }

 p { color: rgb(181,38,135); }

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

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

 a { background-color: rgb(181,38,135); }

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

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

 span { border-color: rgb(181,38,135); }

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