Html Css Color HEX #B42184 Medium Red Violet

📋 copy color: '#B42184'

red 180 ◦ green 33 ◦ blue 132

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

Shades of Medium Red Violet #B42184

Tints of Medium Red Violet #B42184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 52.17%
G = 9.57%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B42184 (or 0xB42184) is known color: Medium Red Violet. HEX triplet: B4, 21 and 84. RGB value is (180,33,132). Sum of RGB (Red+Green+Blue) = 180+33+132=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B42184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42184 is #4BDE7B. Grayscale: #575757. Windows color (decimal): -4972156 or 8659380. OLE color: 8659380.

HSL color Cylindrical-coordinate representation of color #B42184: hue angle of 319.59º 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 #B42184 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 132 -
CMYK 0 0.82 0.27 0.29
HSL 319.59º 0.69% 0.42% -
HSV(B) 319.59º 0.82% 0.71% -
XYZ 23.53 12.46 22.99 -
YUV 88.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 180 33 132 0 0.82 0.27 0.29 319.59 0.69 0.42
Hex B4 21 84 0 52 1B 1D 140 45 2A
Octal 264 41 204 0 122 33 35 500 105 52
Binary 10110100 100001 10000100 0 1010010 11011 11101 101000000 1000101 101010

Color Harmonies of #B42184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42184

Black with #B42184

Text Example


Text Example

White with #B42184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42184; }

 p { color: rgb(180,33,132); }

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

background-color css

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

 a { background-color: rgb(180,33,132); }

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

border-color css

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

 span { border-color: rgb(180,33,132); }

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