Html Css Color HEX #B42189 Medium Red Violet

📋 copy color: '#B42189'

red 180 ◦ green 33 ◦ blue 137

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

Shades of Medium Red Violet #B42189

Tints of Medium Red Violet #B42189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 51.43%
G = 9.43%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B42189 (or 0xB42189) is known color: Medium Red Violet. HEX triplet: B4, 21 and 89. RGB value is (180,33,137). Sum of RGB (Red+Green+Blue) = 180+33+137=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B42189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42189 is #4BDE76. Grayscale: #585858. Windows color (decimal): -4972151 or 8987060. OLE color: 8987060.

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

Color convert

RGB 180 33 137 -
CMYK 0 0.82 0.24 0.29
HSL 317.55º 0.69% 0.42% -
HSV(B) 317.55º 0.82% 0.71% -
XYZ 23.88 12.6 24.84 -
YUV 88.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 180 33 137 0 0.82 0.24 0.29 317.55 0.69 0.42
Hex B4 21 89 0 52 18 1D 13E 45 2A
Octal 264 41 211 0 122 30 35 476 105 52
Binary 10110100 100001 10001001 0 1010010 11000 11101 100111110 1000101 101010

Color Harmonies of #B42189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42189

Black with #B42189

Text Example


Text Example

White with #B42189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42189; }

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

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

background-color css

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

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

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

border-color css

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

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

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