Html Css Color HEX #BA20B8 Deep Magenta

📋 copy color: '#BA20B8'

red 186 ◦ green 32 ◦ blue 184

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

Shades of Deep Magenta #BA20B8

Tints of Deep Magenta #BA20B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.77%

R = 46.27%
G = 7.96%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA20B8 (or 0xBA20B8) is known color: Deep Magenta. HEX triplet: BA, 20 and B8. RGB value is (186,32,184). Sum of RGB (Red+Green+Blue) = 186+32+184=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20B8 is #45DF47. Grayscale: #5E5E5E. Windows color (decimal): -4579144 or 12067002. OLE color: 12067002.

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

Color convert

RGB 186 32 184 -
CMYK 0 0.83 0.01 0.27
HSL 300.78º 0.71% 0.43% -
HSV(B) 300.78º 0.83% 0.73% -
XYZ 29.42 14.93 46.68 -
YUV 95.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 186 32 184 0 0.83 0.01 0.27 300.78 0.71 0.43
Hex BA 20 B8 0 53 1 1B 12D 47 2B
Octal 272 40 270 0 123 1 33 455 107 53
Binary 10111010 100000 10111000 0 1010011 1 11011 100101101 1000111 101011

Color Harmonies of #BA20B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20B8

Black with #BA20B8

Text Example


Text Example

White with #BA20B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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