Html Css Color HEX #B42A87 Medium Red Violet

📋 copy color: '#B42A87'

red 180 ◦ green 42 ◦ blue 135

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

Shades of Medium Red Violet #B42A87

Tints of Medium Red Violet #B42A87

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.76%

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 50.42%
G = 11.76%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B42A87 (or 0xB42A87) is known color: Medium Red Violet. HEX triplet: B4, 2A and 87. RGB value is (180,42,135). Sum of RGB (Red+Green+Blue) = 180+42+135=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A87 is #4BD578. Grayscale: #5D5D5D. Windows color (decimal): -4969849 or 8858292. OLE color: 8858292.

HSL color Cylindrical-coordinate representation of color #B42A87: hue angle of 319.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42A87 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 42 135 -
CMYK 0 0.77 0.25 0.29
HSL 319.57º 0.62% 0.44% -
HSV(B) 319.57º 0.77% 0.71% -
XYZ 24.02 13.11 24.19 -
YUV 93.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 180 42 135 0 0.77 0.25 0.29 319.57 0.62 0.44
Hex B4 2A 87 0 4D 19 1D 140 3E 2C
Octal 264 52 207 0 115 31 35 500 76 54
Binary 10110100 101010 10000111 0 1001101 11001 11101 101000000 111110 101100

Color Harmonies of #B42A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A87

Black with #B42A87

Text Example


Text Example

White with #B42A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A87; }

 p { color: rgb(180,42,135); }

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

background-color css

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

 a { background-color: rgb(180,42,135); }

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

border-color css

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

 span { border-color: rgb(180,42,135); }

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