Html Css Color HEX #BA09BF Deep Magenta

📋 copy color: '#BA09BF'

red 186 ◦ green 9 ◦ blue 191

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

Shades of Deep Magenta #BA09BF

Tints of Deep Magenta #BA09BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.48%

R = 48.19%
G = 2.33%
B = 49.48%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA09BF (or 0xBA09BF) is known color: Deep Magenta. HEX triplet: BA, 09 and BF. RGB value is (186,9,191). Sum of RGB (Red+Green+Blue) = 186+9+191=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA09BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09BF is #45F640. Grayscale: #525252. Windows color (decimal): -4585025 or 12519866. OLE color: 12519866.

HSL color Cylindrical-coordinate representation of color #BA09BF: hue angle of 298.35º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09BF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 9 191 -
CMYK 0.03 0.95 0 0.25
HSL 298.35º 0.91% 0.39% -
HSV(B) 298.35º 0.95% 0.75% -
XYZ 29.75 14.4 50.5 -
YUV 82.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 186 9 191 0.03 0.95 0 0.25 298.35 0.91 0.39
Hex BA 9 BF 3 5F 0 19 12A 5B 27
Octal 272 11 277 3 137 0 31 452 133 47
Binary 10111010 1001 10111111 11 1011111 0 11001 100101010 1011011 100111

Color Harmonies of #BA09BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09BF

Black with #BA09BF

Text Example


Text Example

White with #BA09BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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