Html Css Color HEX #BA21CD Deep Magenta

📋 copy color: '#BA21CD'

red 186 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #BA21CD

Tints of Deep Magenta #BA21CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 43.87%
G = 7.78%
B = 48.35%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA21CD (or 0xBA21CD) is known color: Deep Magenta. HEX triplet: BA, 21 and CD. RGB value is (186,33,205). Sum of RGB (Red+Green+Blue) = 186+33+205=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA21CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21CD is #45DE32. Grayscale: #616161. Windows color (decimal): -4578867 or 13443514. OLE color: 13443514.

HSL color Cylindrical-coordinate representation of color #BA21CD: hue angle of 293.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA21CD is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 33 205 -
CMYK 0.09 0.84 0 0.20
HSL 293.37º 0.72% 0.47% -
HSV(B) 293.37º 0.84% 0.8% -
XYZ 31.81 15.93 59.16 -
YUV 98.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 186 33 205 0.09 0.84 0 0.20 293.37 0.72 0.47
Hex BA 21 CD 9 54 0 14 125 48 2F
Octal 272 41 315 11 124 0 24 445 110 57
Binary 10111010 100001 11001101 1001 1010100 0 10100 100100101 1001000 101111

Color Harmonies of #BA21CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21CD

Black with #BA21CD

Text Example


Text Example

White with #BA21CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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