Html Css Color HEX #BA21C6 Deep Magenta

📋 copy color: '#BA21C6'

red 186 ◦ green 33 ◦ blue 198

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

Shades of Deep Magenta #BA21C6

Tints of Deep Magenta #BA21C6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.91%

 BLUE value IS 198 (77.73% from 255) = 47.48%

R = 44.6%
G = 7.91%
B = 47.48%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA21C6 (or 0xBA21C6) is known color: Deep Magenta. HEX triplet: BA, 21 and C6. RGB value is (186,33,198). Sum of RGB (Red+Green+Blue) = 186+33+198=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA21C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21C6 is #45DE39. Grayscale: #616161. Windows color (decimal): -4578874 or 12984762. OLE color: 12984762.

HSL color Cylindrical-coordinate representation of color #BA21C6: hue angle of 295.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA21C6 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 33 198 -
CMYK 0.06 0.83 0 0.22
HSL 295.64º 0.71% 0.45% -
HSV(B) 295.64º 0.83% 0.78% -
XYZ 30.99 15.6 54.8 -
YUV 97.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 186 33 198 0.06 0.83 0 0.22 295.64 0.71 0.45
Hex BA 21 C6 6 53 0 16 128 47 2D
Octal 272 41 306 6 123 0 26 450 107 55
Binary 10111010 100001 11000110 110 1010011 0 10110 100101000 1000111 101101

Color Harmonies of #BA21C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21C6

Black with #BA21C6

Text Example


Text Example

White with #BA21C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21C6; }

 p { color: rgb(186,33,198); }

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

background-color css

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

 a { background-color: rgb(186,33,198); }

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

border-color css

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

 span { border-color: rgb(186,33,198); }

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