Html Css Color HEX #BA20BD Deep Magenta

📋 copy color: '#BA20BD'

red 186 ◦ green 32 ◦ blue 189

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

Shades of Deep Magenta #BA20BD

Tints of Deep Magenta #BA20BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 45.7%
G = 7.86%
B = 46.44%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA20BD (or 0xBA20BD) is known color: Deep Magenta. HEX triplet: BA, 20 and BD. RGB value is (186,32,189). Sum of RGB (Red+Green+Blue) = 186+32+189=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA20BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20BD is #45DF42. Grayscale: #5F5F5F. Windows color (decimal): -4579139 or 12394682. OLE color: 12394682.

HSL color Cylindrical-coordinate representation of color #BA20BD: hue angle of 298.85º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA20BD is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 32 189 -
CMYK 0.02 0.83 0 0.26
HSL 298.85º 0.71% 0.43% -
HSV(B) 298.85º 0.83% 0.74% -
XYZ 29.95 15.15 49.49 -
YUV 95.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 186 32 189 0.02 0.83 0 0.26 298.85 0.71 0.43
Hex BA 20 BD 2 53 0 1A 12B 47 2B
Octal 272 40 275 2 123 0 32 453 107 53
Binary 10111010 100000 10111101 10 1010011 0 11010 100101011 1000111 101011

Color Harmonies of #BA20BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20BD

Black with #BA20BD

Text Example


Text Example

White with #BA20BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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