Html Css Color HEX #BA21CF Deep Magenta

📋 copy color: '#BA21CF'

red 186 ◦ green 33 ◦ blue 207

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

Shades of Deep Magenta #BA21CF

Tints of Deep Magenta #BA21CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 43.66%
G = 7.75%
B = 48.59%

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

#BA21CF (or 0xBA21CF) is known color: Deep Magenta. HEX triplet: BA, 21 and CF. RGB value is (186,33,207). Sum of RGB (Red+Green+Blue) = 186+33+207=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21CF is #45DE30. Grayscale: #626262. Windows color (decimal): -4578865 or 13574586. OLE color: 13574586.

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

Color convert

RGB 186 33 207 -
CMYK 0.10 0.84 0 0.19
HSL 292.76º 0.73% 0.47% -
HSV(B) 292.76º 0.84% 0.81% -
XYZ 32.06 16.03 60.44 -
YUV 98.58 189.19 190.35 -
System Red Green Blue C M Y K H S L
Decimal 186 33 207 0.10 0.84 0 0.19 292.76 0.73 0.47
Hex BA 21 CF A 54 0 13 125 48 2F
Octal 272 41 317 12 124 0 23 445 110 57
Binary 10111010 100001 11001111 1010 1010100 0 10011 100100101 1001000 101111

Color Harmonies of #BA21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21CF

Black with #BA21CF

Text Example


Text Example

White with #BA21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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