Html Css Color HEX #BA21CE Deep Magenta

📋 copy color: '#BA21CE'

red 186 ◦ green 33 ◦ blue 206

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

Shades of Deep Magenta #BA21CE

Tints of Deep Magenta #BA21CE

RGB

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

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

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

R = 43.76%
G = 7.76%
B = 48.47%

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

#BA21CE (or 0xBA21CE) is known color: Deep Magenta. HEX triplet: BA, 21 and CE. RGB value is (186,33,206). Sum of RGB (Red+Green+Blue) = 186+33+206=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA21CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21CE is #45DE31. Grayscale: #616161. Windows color (decimal): -4578866 or 13509050. OLE color: 13509050.

HSL color Cylindrical-coordinate representation of color #BA21CE: hue angle of 293.06º degrees, saturation: 0.72, 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 #BA21CE is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 33 206 -
CMYK 0.10 0.84 0 0.19
HSL 293.06º 0.72% 0.47% -
HSV(B) 293.06º 0.84% 0.81% -
XYZ 31.93 15.98 59.79 -
YUV 98.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 186 33 206 0.10 0.84 0 0.19 293.06 0.72 0.47
Hex BA 21 CE A 54 0 13 125 48 2F
Octal 272 41 316 12 124 0 23 445 110 57
Binary 10111010 100001 11001110 1010 1010100 0 10011 100100101 1001000 101111

Color Harmonies of #BA21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21CE

Black with #BA21CE

Text Example


Text Example

White with #BA21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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