Html Css Color HEX #B42382 Medium Red Violet

📋 copy color: '#B42382'

red 180 ◦ green 35 ◦ blue 130

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

Shades of Medium Red Violet #B42382

Tints of Medium Red Violet #B42382

RGB

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

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

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

R = 52.17%
G = 10.14%
B = 37.68%

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

#B42382 (or 0xB42382) is known color: Medium Red Violet. HEX triplet: B4, 23 and 82. RGB value is (180,35,130). Sum of RGB (Red+Green+Blue) = 180+35+130=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B42382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42382 is #4BDC7D. Grayscale: #585858. Windows color (decimal): -4971646 or 8528820. OLE color: 8528820.

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

Color convert

RGB 180 35 130 -
CMYK 0 0.81 0.28 0.29
HSL 320.69º 0.67% 0.42% -
HSV(B) 320.69º 0.81% 0.71% -
XYZ 23.45 12.52 22.3 -
YUV 89.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 180 35 130 0 0.81 0.28 0.29 320.69 0.67 0.42
Hex B4 23 82 0 51 1C 1D 141 43 2A
Octal 264 43 202 0 121 34 35 501 103 52
Binary 10110100 100011 10000010 0 1010001 11100 11101 101000001 1000011 101010

Color Harmonies of #B42382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42382

Black with #B42382

Text Example


Text Example

White with #B42382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42382; }

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

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

background-color css

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

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

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

border-color css

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

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

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