Html Css Color HEX #BA20CE Deep Magenta

📋 copy color: '#BA20CE'

red 186 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #BA20CE

Tints of Deep Magenta #BA20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 43.87%
G = 7.55%
B = 48.58%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA20CE (or 0xBA20CE) is known color: Deep Magenta. HEX triplet: BA, 20 and CE. RGB value is (186,32,206). Sum of RGB (Red+Green+Blue) = 186+32+206=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20CE is #45DF31. Grayscale: #616161. Windows color (decimal): -4579122 or 13508794. OLE color: 13508794.

HSL color Cylindrical-coordinate representation of color #BA20CE: hue angle of 293.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA20CE is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 32 206 -
CMYK 0.10 0.84 0 0.19
HSL 293.1º 0.73% 0.47% -
HSV(B) 293.1º 0.84% 0.81% -
XYZ 31.91 15.93 59.79 -
YUV 97.88 189.02 190.85 -
System Red Green Blue C M Y K H S L
Decimal 186 32 206 0.10 0.84 0 0.19 293.1 0.73 0.47
Hex BA 20 CE A 54 0 13 125 49 2F
Octal 272 40 316 12 124 0 23 445 111 57
Binary 10111010 100000 11001110 1010 1010100 0 10011 100100101 1001001 101111

Color Harmonies of #BA20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20CE

Black with #BA20CE

Text Example


Text Example

White with #BA20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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