Html Css Color HEX #BA09AF Deep Magenta

📋 copy color: '#BA09AF'

red 186 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #BA09AF

Tints of Deep Magenta #BA09AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 50.27%
G = 2.43%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA09AF (or 0xBA09AF) is known color: Deep Magenta. HEX triplet: BA, 09 and AF. RGB value is (186,9,175). Sum of RGB (Red+Green+Blue) = 186+9+175=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA09AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA09AF is #45F650. Grayscale: #505050. Windows color (decimal): -4585041 or 11471290. OLE color: 11471290.

HSL color Cylindrical-coordinate representation of color #BA09AF: hue angle of 303.73º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09AF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 175 -
CMYK 0 0.95 0.06 0.27
HSL 303.73º 0.91% 0.38% -
HSV(B) 303.73º 0.95% 0.73% -
XYZ 28.09 13.73 41.73 -
YUV 80.85 181.14 203 -
System Red Green Blue C M Y K H S L
Decimal 186 9 175 0 0.95 0.06 0.27 303.73 0.91 0.38
Hex BA 9 AF 0 5F 6 1B 130 5B 26
Octal 272 11 257 0 137 6 33 460 133 46
Binary 10111010 1001 10101111 0 1011111 110 11011 100110000 1011011 100110

Color Harmonies of #BA09AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09AF

Black with #BA09AF

Text Example


Text Example

White with #BA09AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09AF; }

 p { color: rgb(186,9,175); }

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

background-color css

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

 a { background-color: rgb(186,9,175); }

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

border-color css

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

 span { border-color: rgb(186,9,175); }

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