Html Css Color HEX #BA20C3 Deep Magenta

📋 copy color: '#BA20C3'

red 186 ◦ green 32 ◦ blue 195

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

Shades of Deep Magenta #BA20C3

Tints of Deep Magenta #BA20C3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.75%

 BLUE value IS 195 (76.56% from 255) = 47.22%

R = 45.04%
G = 7.75%
B = 47.22%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA20C3 (or 0xBA20C3) is known color: Deep Magenta. HEX triplet: BA, 20 and C3. RGB value is (186,32,195). Sum of RGB (Red+Green+Blue) = 186+32+195=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA20C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20C3 is #45DF3C. Grayscale: #606060. Windows color (decimal): -4579133 or 12787898. OLE color: 12787898.

HSL color Cylindrical-coordinate representation of color #BA20C3: hue angle of 296.69º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA20C3 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 32 195 -
CMYK 0.05 0.84 0 0.24
HSL 296.69º 0.72% 0.45% -
HSV(B) 296.69º 0.84% 0.76% -
XYZ 30.62 15.41 52.99 -
YUV 96.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 186 32 195 0.05 0.84 0 0.24 296.69 0.72 0.45
Hex BA 20 C3 5 54 0 18 129 48 2D
Octal 272 40 303 5 124 0 30 451 110 55
Binary 10111010 100000 11000011 101 1010100 0 11000 100101001 1001000 101101

Color Harmonies of #BA20C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20C3

Black with #BA20C3

Text Example


Text Example

White with #BA20C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20C3; }

 p { color: rgb(186,32,195); }

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

background-color css

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

 a { background-color: rgb(186,32,195); }

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

border-color css

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

 span { border-color: rgb(186,32,195); }

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