Html Css Color HEX #BA20C1 Deep Magenta

📋 copy color: '#BA20C1'

red 186 ◦ green 32 ◦ blue 193

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

Shades of Deep Magenta #BA20C1

Tints of Deep Magenta #BA20C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.96%

R = 45.26%
G = 7.79%
B = 46.96%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA20C1 (or 0xBA20C1) is known color: Deep Magenta. HEX triplet: BA, 20 and C1. RGB value is (186,32,193). Sum of RGB (Red+Green+Blue) = 186+32+193=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA20C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20C1 is #45DF3E. Grayscale: #5F5F5F. Windows color (decimal): -4579135 or 12656826. OLE color: 12656826.

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

Color convert

RGB 186 32 193 -
CMYK 0.04 0.83 0 0.24
HSL 297.39º 0.72% 0.44% -
HSV(B) 297.39º 0.83% 0.76% -
XYZ 30.39 15.32 51.81 -
YUV 96.4 182.52 191.91 -
System Red Green Blue C M Y K H S L
Decimal 186 32 193 0.04 0.83 0 0.24 297.39 0.72 0.44
Hex BA 20 C1 4 53 0 18 129 48 2C
Octal 272 40 301 4 123 0 30 451 110 54
Binary 10111010 100000 11000001 100 1010011 0 11000 100101001 1001000 101100

Color Harmonies of #BA20C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20C1

Black with #BA20C1

Text Example


Text Example

White with #BA20C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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