Html Css Color HEX #B42482 Medium Red Violet

📋 copy color: '#B42482'

red 180 ◦ green 36 ◦ blue 130

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

Shades of Medium Red Violet #B42482

Tints of Medium Red Violet #B42482

RGB

 RED value IS 180 (70.7% from 255) = 52.02%

 GREEN value IS 36 (14.45% from 255) = 10.4%

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

R = 52.02%
G = 10.4%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B42482 (or 0xB42482) is known color: Medium Red Violet. HEX triplet: B4, 24 and 82. RGB value is (180,36,130). Sum of RGB (Red+Green+Blue) = 180+36+130=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B42482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42482 is #4BDB7D. Grayscale: #595959. Windows color (decimal): -4971390 or 8529076. OLE color: 8529076.

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

Color convert

RGB 180 36 130 -
CMYK 0 0.8 0.28 0.29
HSL 320.83º 0.67% 0.42% -
HSV(B) 320.83º 0.8% 0.71% -
XYZ 23.48 12.58 22.31 -
YUV 89.77 150.71 192.36 -
System Red Green Blue C M Y K H S L
Decimal 180 36 130 0 0.8 0.28 0.29 320.83 0.67 0.42
Hex B4 24 82 0 50 1C 1D 141 43 2A
Octal 264 44 202 0 120 34 35 501 103 52
Binary 10110100 100100 10000010 0 1010000 11100 11101 101000001 1000011 101010

Color Harmonies of #B42482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42482

Black with #B42482

Text Example


Text Example

White with #B42482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42482; }

 p { color: rgb(180,36,130); }

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

background-color css

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

 a { background-color: rgb(180,36,130); }

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

border-color css

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

 span { border-color: rgb(180,36,130); }

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