Html Css Color HEX #B42A8A Medium Red Violet

📋 copy color: '#B42A8A'

red 180 ◦ green 42 ◦ blue 138

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

Shades of Medium Red Violet #B42A8A

Tints of Medium Red Violet #B42A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 50%
G = 11.67%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B42A8A (or 0xB42A8A) is known color: Medium Red Violet. HEX triplet: B4, 2A and 8A. RGB value is (180,42,138). Sum of RGB (Red+Green+Blue) = 180+42+138=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A8A is #4BD575. Grayscale: #5D5D5D. Windows color (decimal): -4969846 or 9054900. OLE color: 9054900.

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

Color convert

RGB 180 42 138 -
CMYK 0 0.77 0.23 0.29
HSL 318.26º 0.62% 0.44% -
HSV(B) 318.26º 0.77% 0.71% -
XYZ 24.24 13.19 25.31 -
YUV 94.21 152.72 189.19 -
System Red Green Blue C M Y K H S L
Decimal 180 42 138 0 0.77 0.23 0.29 318.26 0.62 0.44
Hex B4 2A 8A 0 4D 17 1D 13E 3E 2C
Octal 264 52 212 0 115 27 35 476 76 54
Binary 10110100 101010 10001010 0 1001101 10111 11101 100111110 111110 101100

Color Harmonies of #B42A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A8A

Black with #B42A8A

Text Example


Text Example

White with #B42A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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