Html Css Color HEX #BA22B1 Deep Magenta

📋 copy color: '#BA22B1'

red 186 ◦ green 34 ◦ blue 177

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

Shades of Deep Magenta #BA22B1

Tints of Deep Magenta #BA22B1

RGB

 RED value IS 186 (73.05% from 255) = 46.85%

 GREEN value IS 34 (13.67% from 255) = 8.56%

 BLUE value IS 177 (69.53% from 255) = 44.58%

R = 46.85%
G = 8.56%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA22B1 (or 0xBA22B1) is known color: Deep Magenta. HEX triplet: BA, 22 and B1. RGB value is (186,34,177). Sum of RGB (Red+Green+Blue) = 186+34+177=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA22B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA22B1 is #45DD4E. Grayscale: #5F5F5F. Windows color (decimal): -4578639 or 11608762. OLE color: 11608762.

HSL color Cylindrical-coordinate representation of color #BA22B1: hue angle of 303.55º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA22B1 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 177 -
CMYK 0 0.82 0.05 0.27
HSL 303.55º 0.69% 0.43% -
HSV(B) 303.55º 0.82% 0.73% -
XYZ 28.76 14.76 42.93 -
YUV 95.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 186 34 177 0 0.82 0.05 0.27 303.55 0.69 0.43
Hex BA 22 B1 0 52 5 1B 130 45 2B
Octal 272 42 261 0 122 5 33 460 105 53
Binary 10111010 100010 10110001 0 1010010 101 11011 100110000 1000101 101011

Color Harmonies of #BA22B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA22B1

Black with #BA22B1

Text Example


Text Example

White with #BA22B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA22B1; }

 p { color: rgb(186,34,177); }

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

background-color css

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

 a { background-color: rgb(186,34,177); }

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

border-color css

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

 span { border-color: rgb(186,34,177); }

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