Html Css Color HEX #B52B77 Medium Red Violet

📋 copy color: '#B52B77'

red 181 ◦ green 43 ◦ blue 119

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

Shades of Medium Red Violet #B52B77

Tints of Medium Red Violet #B52B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.54%

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 52.77%
G = 12.54%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B52B77 (or 0xB52B77) is known color: Medium Red Violet. HEX triplet: B5, 2B and 77. RGB value is (181,43,119). Sum of RGB (Red+Green+Blue) = 181+43+119=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52B77 is #4AD488. Grayscale: #5C5C5C. Windows color (decimal): -4904073 or 7809973. OLE color: 7809973.

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

Color convert

RGB 181 43 119 -
CMYK 0 0.76 0.34 0.29
HSL 326.96º 0.62% 0.44% -
HSV(B) 326.96º 0.76% 0.71% -
XYZ 23.25 12.88 18.71 -
YUV 92.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 181 43 119 0 0.76 0.34 0.29 326.96 0.62 0.44
Hex B5 2B 77 0 4C 22 1D 147 3E 2C
Octal 265 53 167 0 114 42 35 507 76 54
Binary 10110101 101011 1110111 0 1001100 100010 11101 101000111 111110 101100

Color Harmonies of #B52B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52B77

Black with #B52B77

Text Example


Text Example

White with #B52B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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