Html Css Color HEX #BA05C9 Deep Magenta

📋 copy color: '#BA05C9'

red 186 ◦ green 5 ◦ blue 201

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

Shades of Deep Magenta #BA05C9

Tints of Deep Magenta #BA05C9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 47.45%
G = 1.28%
B = 51.28%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA05C9 (or 0xBA05C9) is known color: Deep Magenta. HEX triplet: BA, 05 and C9. RGB value is (186,5,201). Sum of RGB (Red+Green+Blue) = 186+5+201=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA05C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05C9 is #45FA36. Grayscale: #505050. Windows color (decimal): -4586039 or 13174202. OLE color: 13174202.

HSL color Cylindrical-coordinate representation of color #BA05C9: hue angle of 295.41º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05C9 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 5 201 -
CMYK 0.07 0.98 0 0.21
HSL 295.41º 0.95% 0.4% -
HSV(B) 295.41º 0.98% 0.79% -
XYZ 30.85 14.76 56.48 -
YUV 81.46 195.47 202.56 -
System Red Green Blue C M Y K H S L
Decimal 186 5 201 0.07 0.98 0 0.21 295.41 0.95 0.4
Hex BA 5 C9 7 62 0 15 127 5F 28
Octal 272 5 311 7 142 0 25 447 137 50
Binary 10111010 101 11001001 111 1100010 0 10101 100100111 1011111 101000

Color Harmonies of #BA05C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05C9

Black with #BA05C9

Text Example


Text Example

White with #BA05C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05C9; }

 p { color: rgb(186,5,201); }

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

background-color css

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

 a { background-color: rgb(186,5,201); }

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

border-color css

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

 span { border-color: rgb(186,5,201); }

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