Html Css Color HEX #B42AA5 Medium Red Violet

📋 copy color: '#B42AA5'

red 180 ◦ green 42 ◦ blue 165

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

Shades of Medium Red Violet #B42AA5

Tints of Medium Red Violet #B42AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.64%

R = 46.51%
G = 10.85%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B42AA5 (or 0xB42AA5) is known color: Medium Red Violet. HEX triplet: B4, 2A and A5. RGB value is (180,42,165). Sum of RGB (Red+Green+Blue) = 180+42+165=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B42AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42AA5 is #4BD55A. Grayscale: #606060. Windows color (decimal): -4969819 or 10824372. OLE color: 10824372.

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

Color convert

RGB 180 42 165 -
CMYK 0 0.77 0.08 0.29
HSL 306.52º 0.62% 0.44% -
HSV(B) 306.52º 0.77% 0.71% -
XYZ 26.44 14.08 36.92 -
YUV 97.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 180 42 165 0 0.77 0.08 0.29 306.52 0.62 0.44
Hex B4 2A A5 0 4D 8 1D 133 3E 2C
Octal 264 52 245 0 115 10 35 463 76 54
Binary 10110100 101010 10100101 0 1001101 1000 11101 100110011 111110 101100

Color Harmonies of #B42AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42AA5

Black with #B42AA5

Text Example


Text Example

White with #B42AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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