Html Css Color HEX #BA20CA Deep Magenta

📋 copy color: '#BA20CA'

red 186 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #BA20CA

Tints of Deep Magenta #BA20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 44.29%
G = 7.62%
B = 48.1%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA20CA (or 0xBA20CA) is known color: Deep Magenta. HEX triplet: BA, 20 and CA. RGB value is (186,32,202). Sum of RGB (Red+Green+Blue) = 186+32+202=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20CA is #45DF35. Grayscale: #606060. Windows color (decimal): -4579126 or 13246650. OLE color: 13246650.

HSL color Cylindrical-coordinate representation of color #BA20CA: hue angle of 294.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA20CA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 32 202 -
CMYK 0.08 0.84 0 0.21
HSL 294.35º 0.73% 0.46% -
HSV(B) 294.35º 0.84% 0.79% -
XYZ 31.43 15.74 57.26 -
YUV 97.43 187.02 191.18 -
System Red Green Blue C M Y K H S L
Decimal 186 32 202 0.08 0.84 0 0.21 294.35 0.73 0.46
Hex BA 20 CA 8 54 0 15 126 49 2E
Octal 272 40 312 10 124 0 25 446 111 56
Binary 10111010 100000 11001010 1000 1010100 0 10101 100100110 1001001 101110

Color Harmonies of #BA20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20CA

Black with #BA20CA

Text Example


Text Example

White with #BA20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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