Html Css Color HEX #BA21CC Deep Magenta

📋 copy color: '#BA21CC'

red 186 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #BA21CC

Tints of Deep Magenta #BA21CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 43.97%
G = 7.8%
B = 48.23%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA21CC (or 0xBA21CC) is known color: Deep Magenta. HEX triplet: BA, 21 and CC. RGB value is (186,33,204). Sum of RGB (Red+Green+Blue) = 186+33+204=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA21CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21CC is #45DE33. Grayscale: #616161. Windows color (decimal): -4578868 or 13377978. OLE color: 13377978.

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

Color convert

RGB 186 33 204 -
CMYK 0.09 0.84 0 0.2
HSL 293.68º 0.72% 0.46% -
HSV(B) 293.68º 0.84% 0.8% -
XYZ 31.69 15.89 58.52 -
YUV 98.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 186 33 204 0.09 0.84 0 0.2 293.68 0.72 0.46
Hex BA 21 CC 9 54 0 14 126 48 2E
Octal 272 41 314 11 124 0 24 446 110 56
Binary 10111010 100001 11001100 1001 1010100 0 10100 100100110 1001000 101110

Color Harmonies of #BA21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21CC

Black with #BA21CC

Text Example


Text Example

White with #BA21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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