Html Css Color HEX #BA09D8 Deep Magenta

📋 copy color: '#BA09D8'

red 186 ◦ green 9 ◦ blue 216

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

Shades of Deep Magenta #BA09D8

Tints of Deep Magenta #BA09D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.55%

R = 45.26%
G = 2.19%
B = 52.55%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA09D8 (or 0xBA09D8) is known color: Deep Magenta. HEX triplet: BA, 09 and D8. RGB value is (186,9,216). Sum of RGB (Red+Green+Blue) = 186+9+216=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA09D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09D8 is #45F627. Grayscale: #545454. Windows color (decimal): -4585000 or 14158266. OLE color: 14158266.

HSL color Cylindrical-coordinate representation of color #BA09D8: hue angle of 291.3º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09D8 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 9 216 -
CMYK 0.14 0.96 0 0.15
HSL 291.3º 0.92% 0.44% -
HSV(B) 291.3º 0.96% 0.85% -
XYZ 32.74 15.59 66.25 -
YUV 85.52 201.64 199.67 -
System Red Green Blue C M Y K H S L
Decimal 186 9 216 0.14 0.96 0 0.15 291.3 0.92 0.44
Hex BA 9 D8 E 60 0 F 123 5C 2C
Octal 272 11 330 16 140 0 17 443 134 54
Binary 10111010 1001 11011000 1110 1100000 0 1111 100100011 1011100 101100

Color Harmonies of #BA09D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09D8

Black with #BA09D8

Text Example


Text Example

White with #BA09D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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