Html Css Color HEX #BA00A5 Deep Magenta

📋 copy color: '#BA00A5'

red 186 ◦ green 0 ◦ blue 165

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

Shades of Deep Magenta #BA00A5

Tints of Deep Magenta #BA00A5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 165 (64.84% from 255) = 47.01%

R = 52.99%
G = 0%
B = 47.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA00A5 (or 0xBA00A5) is known color: Deep Magenta. HEX triplet: BA, 00 and A5. RGB value is (186,0,165). Sum of RGB (Red+Green+Blue) = 186+0+165=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00A5 is #45FF5A. Grayscale: #494949. Windows color (decimal): -4587355 or 10813626. OLE color: 10813626.

HSL color Cylindrical-coordinate representation of color #BA00A5: hue angle of 306.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00A5 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 165 -
CMYK 0 1 0.11 0.27
HSL 306.77º 1% 0.36% -
HSV(B) 306.77º 1% 0.73% -
XYZ 27.04 13.16 36.71 -
YUV 74.42 179.12 207.58 -
System Red Green Blue C M Y K H S L
Decimal 186 0 165 0 1 0.11 0.27 306.77 1 0.36
Hex BA 0 A5 0 64 B 1B 133 64 24
Octal 272 0 245 0 144 13 33 463 144 44
Binary 10111010 0 10100101 0 1100100 1011 11011 100110011 1100100 100100

Color Harmonies of #BA00A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00A5

Black with #BA00A5

Text Example


Text Example

White with #BA00A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00A5; }

 p { color: rgb(186,0,165); }

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

background-color css

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

 a { background-color: rgb(186,0,165); }

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

border-color css

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

 span { border-color: rgb(186,0,165); }

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