Html Css Color HEX #B52382 Medium Red Violet

📋 copy color: '#B52382'

red 181 ◦ green 35 ◦ blue 130

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

Shades of Medium Red Violet #B52382

Tints of Medium Red Violet #B52382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.12%

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

R = 52.31%
G = 10.12%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B52382 (or 0xB52382) is known color: Medium Red Violet. HEX triplet: B5, 23 and 82. RGB value is (181,35,130). Sum of RGB (Red+Green+Blue) = 181+35+130=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B52382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52382 is #4ADC7D. Grayscale: #595959. Windows color (decimal): -4906110 or 8528821. OLE color: 8528821.

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

Color convert

RGB 181 35 130 -
CMYK 0 0.81 0.28 0.29
HSL 320.96º 0.68% 0.42% -
HSV(B) 320.96º 0.81% 0.71% -
XYZ 23.69 12.64 22.31 -
YUV 89.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 181 35 130 0 0.81 0.28 0.29 320.96 0.68 0.42
Hex B5 23 82 0 51 1C 1D 141 44 2A
Octal 265 43 202 0 121 34 35 501 104 52
Binary 10110101 100011 10000010 0 1010001 11100 11101 101000001 1000100 101010

Color Harmonies of #B52382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52382

Black with #B52382

Text Example


Text Example

White with #B52382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52382; }

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

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

background-color css

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

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

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

border-color css

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

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

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