Html Css Color HEX #BA21BD Deep Magenta

📋 copy color: '#BA21BD'

red 186 ◦ green 33 ◦ blue 189

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

Shades of Deep Magenta #BA21BD

Tints of Deep Magenta #BA21BD

RGB

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

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

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

R = 45.59%
G = 8.09%
B = 46.32%

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

#BA21BD (or 0xBA21BD) is known color: Deep Magenta. HEX triplet: BA, 21 and BD. RGB value is (186,33,189). Sum of RGB (Red+Green+Blue) = 186+33+189=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA21BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21BD is #45DE42. Grayscale: #606060. Windows color (decimal): -4578883 or 12394938. OLE color: 12394938.

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

Color convert

RGB 186 33 189 -
CMYK 0.02 0.83 0 0.26
HSL 298.85º 0.7% 0.44% -
HSV(B) 298.85º 0.83% 0.74% -
XYZ 29.98 15.2 49.5 -
YUV 96.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 186 33 189 0.02 0.83 0 0.26 298.85 0.7 0.44
Hex BA 21 BD 2 53 0 1A 12B 46 2C
Octal 272 41 275 2 123 0 32 453 106 54
Binary 10111010 100001 10111101 10 1010011 0 11010 100101011 1000110 101100

Color Harmonies of #BA21BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21BD

Black with #BA21BD

Text Example


Text Example

White with #BA21BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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