Html Css Color HEX #B52879 Medium Red Violet

📋 copy color: '#B52879'

red 181 ◦ green 40 ◦ blue 121

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

Shades of Medium Red Violet #B52879

Tints of Medium Red Violet #B52879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.7%

 BLUE value IS 121 (47.66% from 255) = 35.38%

R = 52.92%
G = 11.7%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B52879 (or 0xB52879) is known color: Medium Red Violet. HEX triplet: B5, 28 and 79. RGB value is (181,40,121). Sum of RGB (Red+Green+Blue) = 181+40+121=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B52879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52879 is #4AD786. Grayscale: #5B5B5B. Windows color (decimal): -4904839 or 7940277. OLE color: 7940277.

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

Color convert

RGB 181 40 121 -
CMYK 0 0.78 0.33 0.29
HSL 325.53º 0.64% 0.43% -
HSV(B) 325.53º 0.78% 0.71% -
XYZ 23.27 12.72 19.32 -
YUV 91.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 181 40 121 0 0.78 0.33 0.29 325.53 0.64 0.43
Hex B5 28 79 0 4E 21 1D 146 40 2B
Octal 265 50 171 0 116 41 35 506 100 53
Binary 10110101 101000 1111001 0 1001110 100001 11101 101000110 1000000 101011

Color Harmonies of #B52879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52879

Black with #B52879

Text Example


Text Example

White with #B52879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52879; }

 p { color: rgb(181,40,121); }

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

background-color css

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

 a { background-color: rgb(181,40,121); }

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

border-color css

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

 span { border-color: rgb(181,40,121); }

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