Html Css Color HEX #B42A9F Medium Red Violet

📋 copy color: '#B42A9F'

red 180 ◦ green 42 ◦ blue 159

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

Shades of Medium Red Violet #B42A9F

Tints of Medium Red Violet #B42A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 47.24%
G = 11.02%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B42A9F (or 0xB42A9F) is known color: Medium Red Violet. HEX triplet: B4, 2A and 9F. RGB value is (180,42,159). Sum of RGB (Red+Green+Blue) = 180+42+159=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A9F is #4BD560. Grayscale: #606060. Windows color (decimal): -4969825 or 10431156. OLE color: 10431156.

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

Color convert

RGB 180 42 159 -
CMYK 0 0.77 0.12 0.29
HSL 309.13º 0.62% 0.44% -
HSV(B) 309.13º 0.77% 0.71% -
XYZ 25.91 13.86 34.11 -
YUV 96.6 163.22 187.49 -
System Red Green Blue C M Y K H S L
Decimal 180 42 159 0 0.77 0.12 0.29 309.13 0.62 0.44
Hex B4 2A 9F 0 4D C 1D 135 3E 2C
Octal 264 52 237 0 115 14 35 465 76 54
Binary 10110100 101010 10011111 0 1001101 1100 11101 100110101 111110 101100

Color Harmonies of #B42A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A9F

Black with #B42A9F

Text Example


Text Example

White with #B42A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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