Html Css Color HEX #B52C82 Medium Red Violet

📋 copy color: '#B52C82'

red 181 ◦ green 44 ◦ blue 130

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

Shades of Medium Red Violet #B52C82

Tints of Medium Red Violet #B52C82

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.39%

 BLUE value IS 130 (51.17% from 255) = 36.62%

R = 50.99%
G = 12.39%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B52C82 (or 0xB52C82) is known color: Medium Red Violet. HEX triplet: B5, 2C and 82. RGB value is (181,44,130). Sum of RGB (Red+Green+Blue) = 181+44+130=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52C82 is #4AD37D. Grayscale: #5E5E5E. Windows color (decimal): -4903806 or 8531125. OLE color: 8531125.

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

Color convert

RGB 181 44 130 -
CMYK 0 0.76 0.28 0.29
HSL 322.34º 0.61% 0.44% -
HSV(B) 322.34º 0.76% 0.71% -
XYZ 23.99 13.24 22.41 -
YUV 94.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 181 44 130 0 0.76 0.28 0.29 322.34 0.61 0.44
Hex B5 2C 82 0 4C 1C 1D 142 3D 2C
Octal 265 54 202 0 114 34 35 502 75 54
Binary 10110101 101100 10000010 0 1001100 11100 11101 101000010 111101 101100

Color Harmonies of #B52C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C82

Black with #B52C82

Text Example


Text Example

White with #B52C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C82; }

 p { color: rgb(181,44,130); }

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

background-color css

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

 a { background-color: rgb(181,44,130); }

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

border-color css

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

 span { border-color: rgb(181,44,130); }

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