Html Css Color HEX #B52182 Medium Red Violet

📋 copy color: '#B52182'

red 181 ◦ green 33 ◦ blue 130

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

Shades of Medium Red Violet #B52182

Tints of Medium Red Violet #B52182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.59%

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

R = 52.62%
G = 9.59%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B52182 (or 0xB52182) is known color: Medium Red Violet. HEX triplet: B5, 21 and 82. RGB value is (181,33,130). Sum of RGB (Red+Green+Blue) = 181+33+130=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B52182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52182 is #4ADE7D. Grayscale: #585858. Windows color (decimal): -4906622 or 8528309. OLE color: 8528309.

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

Color convert

RGB 181 33 130 -
CMYK 0 0.82 0.28 0.29
HSL 320.68º 0.69% 0.42% -
HSV(B) 320.68º 0.82% 0.71% -
XYZ 23.63 12.52 22.29 -
YUV 88.31 151.53 194.11 -
System Red Green Blue C M Y K H S L
Decimal 181 33 130 0 0.82 0.28 0.29 320.68 0.69 0.42
Hex B5 21 82 0 52 1C 1D 141 45 2A
Octal 265 41 202 0 122 34 35 501 105 52
Binary 10110101 100001 10000010 0 1010010 11100 11101 101000001 1000101 101010

Color Harmonies of #B52182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52182

Black with #B52182

Text Example


Text Example

White with #B52182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52182; }

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

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

background-color css

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

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

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

border-color css

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

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

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