Html Css Color HEX #BA09CD Deep Magenta

📋 copy color: '#BA09CD'

red 186 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #BA09CD

Tints of Deep Magenta #BA09CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 46.5%
G = 2.25%
B = 51.25%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA09CD (or 0xBA09CD) is known color: Deep Magenta. HEX triplet: BA, 09 and CD. RGB value is (186,9,205). Sum of RGB (Red+Green+Blue) = 186+9+205=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA09CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09CD is #45F632. Grayscale: #535353. Windows color (decimal): -4585011 or 13437370. OLE color: 13437370.

HSL color Cylindrical-coordinate representation of color #BA09CD: hue angle of 294.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09CD is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 9 205 -
CMYK 0.09 0.96 0 0.20
HSL 294.18º 0.92% 0.42% -
HSV(B) 294.18º 0.96% 0.8% -
XYZ 31.37 15.04 59.01 -
YUV 84.27 196.14 200.56 -
System Red Green Blue C M Y K H S L
Decimal 186 9 205 0.09 0.96 0 0.20 294.18 0.92 0.42
Hex BA 9 CD 9 60 0 14 126 5C 2A
Octal 272 11 315 11 140 0 24 446 134 52
Binary 10111010 1001 11001101 1001 1100000 0 10100 100100110 1011100 101010

Color Harmonies of #BA09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09CD

Black with #BA09CD

Text Example


Text Example

White with #BA09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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