Html Css Color HEX #B42180 Medium Red Violet

📋 copy color: '#B42180'

red 180 ◦ green 33 ◦ blue 128

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

Shades of Medium Red Violet #B42180

Tints of Medium Red Violet #B42180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 52.79%
G = 9.68%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B42180 (or 0xB42180) is known color: Medium Red Violet. HEX triplet: B4, 21 and 80. RGB value is (180,33,128). Sum of RGB (Red+Green+Blue) = 180+33+128=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B42180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42180 is #4BDE7F. Grayscale: #575757. Windows color (decimal): -4972160 or 8397236. OLE color: 8397236.

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

Color convert

RGB 180 33 128 -
CMYK 0 0.82 0.29 0.29
HSL 321.22º 0.69% 0.42% -
HSV(B) 321.22º 0.82% 0.71% -
XYZ 23.26 12.35 21.58 -
YUV 87.78 150.7 193.78 -
System Red Green Blue C M Y K H S L
Decimal 180 33 128 0 0.82 0.29 0.29 321.22 0.69 0.42
Hex B4 21 80 0 52 1D 1D 141 45 2A
Octal 264 41 200 0 122 35 35 501 105 52
Binary 10110100 100001 10000000 0 1010010 11101 11101 101000001 1000101 101010

Color Harmonies of #B42180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42180

Black with #B42180

Text Example


Text Example

White with #B42180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42180; }

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

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

background-color css

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

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

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

border-color css

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

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

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