Html Css Color HEX #B52376 Medium Red Violet

📋 copy color: '#B52376'

red 181 ◦ green 35 ◦ blue 118

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

Shades of Medium Red Violet #B52376

Tints of Medium Red Violet #B52376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

 BLUE value IS 118 (46.48% from 255) = 35.33%

R = 54.19%
G = 10.48%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B52376 (or 0xB52376) is known color: Medium Red Violet. HEX triplet: B5, 23 and 76. RGB value is (181,35,118). Sum of RGB (Red+Green+Blue) = 181+35+118=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B52376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52376 is #4ADC89. Grayscale: #575757. Windows color (decimal): -4906122 or 7742389. OLE color: 7742389.

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

Color convert

RGB 181 35 118 -
CMYK 0 0.81 0.35 0.29
HSL 325.89º 0.68% 0.42% -
HSV(B) 325.89º 0.81% 0.71% -
XYZ 22.93 12.33 18.31 -
YUV 88.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 181 35 118 0 0.81 0.35 0.29 325.89 0.68 0.42
Hex B5 23 76 0 51 23 1D 146 44 2A
Octal 265 43 166 0 121 43 35 506 104 52
Binary 10110101 100011 1110110 0 1010001 100011 11101 101000110 1000100 101010

Color Harmonies of #B52376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52376

Black with #B52376

Text Example


Text Example

White with #B52376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52376; }

 p { color: rgb(181,35,118); }

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

background-color css

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

 a { background-color: rgb(181,35,118); }

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

border-color css

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

 span { border-color: rgb(181,35,118); }

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