Html Css Color HEX #BA03CC Deep Magenta

📋 copy color: '#BA03CC'

red 186 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #BA03CC

Tints of Deep Magenta #BA03CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 47.33%
G = 0.76%
B = 51.91%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA03CC (or 0xBA03CC) is known color: Deep Magenta. HEX triplet: BA, 03 and CC. RGB value is (186,3,204). Sum of RGB (Red+Green+Blue) = 186+3+204=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03CC is #45FC33. Grayscale: #505050. Windows color (decimal): -4586548 or 13370298. OLE color: 13370298.

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

Color convert

RGB 186 3 204 -
CMYK 0.09 0.99 0 0.2
HSL 294.63º 0.97% 0.41% -
HSV(B) 294.63º 0.99% 0.8% -
XYZ 31.18 14.86 58.35 -
YUV 80.63 197.63 203.16 -
System Red Green Blue C M Y K H S L
Decimal 186 3 204 0.09 0.99 0 0.2 294.63 0.97 0.41
Hex BA 3 CC 9 63 0 14 127 61 29
Octal 272 3 314 11 143 0 24 447 141 51
Binary 10111010 11 11001100 1001 1100011 0 10100 100100111 1100001 101001

Color Harmonies of #BA03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03CC

Black with #BA03CC

Text Example


Text Example

White with #BA03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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