Html Css Color HEX #BA09CA Deep Magenta

📋 copy color: '#BA09CA'

red 186 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #BA09CA

Tints of Deep Magenta #BA09CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 46.85%
G = 2.27%
B = 50.88%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA09CA (or 0xBA09CA) is known color: Deep Magenta. HEX triplet: BA, 09 and CA. RGB value is (186,9,202). Sum of RGB (Red+Green+Blue) = 186+9+202=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA09CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09CA is #45F635. Grayscale: #535353. Windows color (decimal): -4585014 or 13240762. OLE color: 13240762.

HSL color Cylindrical-coordinate representation of color #BA09CA: hue angle of 295.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09CA is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 9 202 -
CMYK 0.08 0.96 0 0.21
HSL 295.03º 0.91% 0.41% -
HSV(B) 295.03º 0.96% 0.79% -
XYZ 31.01 14.9 57.12 -
YUV 83.93 194.64 200.81 -
System Red Green Blue C M Y K H S L
Decimal 186 9 202 0.08 0.96 0 0.21 295.03 0.91 0.41
Hex BA 9 CA 8 60 0 15 127 5B 29
Octal 272 11 312 10 140 0 25 447 133 51
Binary 10111010 1001 11001010 1000 1100000 0 10101 100100111 1011011 101001

Color Harmonies of #BA09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09CA

Black with #BA09CA

Text Example


Text Example

White with #BA09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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