Html Css Color HEX #B42A8C Medium Red Violet

📋 copy color: '#B42A8C'

red 180 ◦ green 42 ◦ blue 140

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

Shades of Medium Red Violet #B42A8C

Tints of Medium Red Violet #B42A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 49.72%
G = 11.6%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B42A8C (or 0xB42A8C) is known color: Medium Red Violet. HEX triplet: B4, 2A and 8C. RGB value is (180,42,140). Sum of RGB (Red+Green+Blue) = 180+42+140=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A8C is #4BD573. Grayscale: #5E5E5E. Windows color (decimal): -4969844 or 9185972. OLE color: 9185972.

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

Color convert

RGB 180 42 140 -
CMYK 0 0.77 0.22 0.29
HSL 317.39º 0.62% 0.44% -
HSV(B) 317.39º 0.77% 0.71% -
XYZ 24.38 13.25 26.08 -
YUV 94.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 180 42 140 0 0.77 0.22 0.29 317.39 0.62 0.44
Hex B4 2A 8C 0 4D 16 1D 13D 3E 2C
Octal 264 52 214 0 115 26 35 475 76 54
Binary 10110100 101010 10001100 0 1001101 10110 11101 100111101 111110 101100

Color Harmonies of #B42A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A8C

Black with #B42A8C

Text Example


Text Example

White with #B42A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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