Html Css Color HEX #B42BA1 Medium Red Violet

📋 copy color: '#B42BA1'

red 180 ◦ green 43 ◦ blue 161

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

Shades of Medium Red Violet #B42BA1

Tints of Medium Red Violet #B42BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.2%

 BLUE value IS 161 (63.28% from 255) = 41.93%

R = 46.88%
G = 11.2%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B42BA1 (or 0xB42BA1) is known color: Medium Red Violet. HEX triplet: B4, 2B and A1. RGB value is (180,43,161). Sum of RGB (Red+Green+Blue) = 180+43+161=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BA1 is #4BD45E. Grayscale: #616161. Windows color (decimal): -4969567 or 10562484. OLE color: 10562484.

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

Color convert

RGB 180 43 161 -
CMYK 0 0.76 0.11 0.29
HSL 308.32º 0.61% 0.44% -
HSV(B) 308.32º 0.76% 0.71% -
XYZ 26.12 14 35.04 -
YUV 97.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 180 43 161 0 0.76 0.11 0.29 308.32 0.61 0.44
Hex B4 2B A1 0 4C B 1D 134 3D 2C
Octal 264 53 241 0 114 13 35 464 75 54
Binary 10110100 101011 10100001 0 1001100 1011 11101 100110100 111101 101100

Color Harmonies of #B42BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BA1

Black with #B42BA1

Text Example


Text Example

White with #B42BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BA1; }

 p { color: rgb(180,43,161); }

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

background-color css

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

 a { background-color: rgb(180,43,161); }

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

border-color css

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

 span { border-color: rgb(180,43,161); }

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