Html Css Color HEX #BA05C2 Deep Magenta

📋 copy color: '#BA05C2'

red 186 ◦ green 5 ◦ blue 194

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

Shades of Deep Magenta #BA05C2

Tints of Deep Magenta #BA05C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.39%

R = 48.31%
G = 1.3%
B = 50.39%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA05C2 (or 0xBA05C2) is known color: Deep Magenta. HEX triplet: BA, 05 and C2. RGB value is (186,5,194). Sum of RGB (Red+Green+Blue) = 186+5+194=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA05C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05C2 is #45FA3D. Grayscale: #505050. Windows color (decimal): -4586046 or 12715450. OLE color: 12715450.

HSL color Cylindrical-coordinate representation of color #BA05C2: hue angle of 297.46º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA05C2 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 5 194 -
CMYK 0.04 0.97 0 0.24
HSL 297.46º 0.95% 0.39% -
HSV(B) 297.46º 0.97% 0.76% -
XYZ 30.04 14.44 52.24 -
YUV 80.67 191.97 203.13 -
System Red Green Blue C M Y K H S L
Decimal 186 5 194 0.04 0.97 0 0.24 297.46 0.95 0.39
Hex BA 5 C2 4 61 0 18 129 5F 27
Octal 272 5 302 4 141 0 30 451 137 47
Binary 10111010 101 11000010 100 1100001 0 11000 100101001 1011111 100111

Color Harmonies of #BA05C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05C2

Black with #BA05C2

Text Example


Text Example

White with #BA05C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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