Html Css Color HEX #B52087 Medium Red Violet

📋 copy color: '#B52087'

red 181 ◦ green 32 ◦ blue 135

#B52087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B52087

Tints of Medium Red Violet #B52087

RGB

 RED value IS 181 (71.09% from 255) = 52.01%

 GREEN value IS 32 (12.89% from 255) = 9.2%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 52.01%
G = 9.2%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B52087 (or 0xB52087) is known color: Medium Red Violet. HEX triplet: B5, 20 and 87. RGB value is (181,32,135). Sum of RGB (Red+Green+Blue) = 181+32+135=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B52087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52087 is #4ADF78. Grayscale: #585858. Windows color (decimal): -4906873 or 8855733. OLE color: 8855733.

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

Color convert

RGB 181 32 135 -
CMYK 0 0.82 0.25 0.29
HSL 318.52º 0.7% 0.42% -
HSV(B) 318.52º 0.82% 0.71% -
XYZ 23.95 12.61 24.09 -
YUV 88.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 181 32 135 0 0.82 0.25 0.29 318.52 0.7 0.42
Hex B5 20 87 0 52 19 1D 13F 46 2A
Octal 265 40 207 0 122 31 35 477 106 52
Binary 10110101 100000 10000111 0 1010010 11001 11101 100111111 1000110 101010

Color Harmonies of #B52087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52087

Black with #B52087

Text Example


Text Example

White with #B52087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52087; }

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

 H1.HeaderClassName
 {
   color: #B52087;
 }
 .AnyTagClassName
 {
   color: #B52087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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