Html Css Color HEX #B52E82 Medium Red Violet

📋 copy color: '#B52E82'

red 181 ◦ green 46 ◦ blue 130

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

Shades of Medium Red Violet #B52E82

Tints of Medium Red Violet #B52E82

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

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

R = 50.7%
G = 12.89%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B52E82 (or 0xB52E82) is known color: Medium Red Violet. HEX triplet: B5, 2E and 82. RGB value is (181,46,130). Sum of RGB (Red+Green+Blue) = 181+46+130=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52E82 is #4AD17D. Grayscale: #5F5F5F. Windows color (decimal): -4903294 or 8531637. OLE color: 8531637.

HSL color Cylindrical-coordinate representation of color #B52E82: hue angle of 322.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E82 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 46 130 -
CMYK 0 0.75 0.28 0.29
HSL 322.67º 0.59% 0.45% -
HSV(B) 322.67º 0.75% 0.71% -
XYZ 24.06 13.39 22.44 -
YUV 95.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 181 46 130 0 0.75 0.28 0.29 322.67 0.59 0.45
Hex B5 2E 82 0 4B 1C 1D 143 3B 2D
Octal 265 56 202 0 113 34 35 503 73 55
Binary 10110101 101110 10000010 0 1001011 11100 11101 101000011 111011 101101

Color Harmonies of #B52E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E82

Black with #B52E82

Text Example


Text Example

White with #B52E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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