Html Css Color HEX #BA09CC Deep Magenta

📋 copy color: '#BA09CC'

red 186 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #BA09CC

Tints of Deep Magenta #BA09CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 46.62%
G = 2.26%
B = 51.13%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA09CC (or 0xBA09CC) is known color: Deep Magenta. HEX triplet: BA, 09 and CC. RGB value is (186,9,204). Sum of RGB (Red+Green+Blue) = 186+9+204=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA09CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09CC is #45F633. Grayscale: #535353. Windows color (decimal): -4585012 or 13371834. OLE color: 13371834.

HSL color Cylindrical-coordinate representation of color #BA09CC: hue angle of 294.46º 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 #BA09CC is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 9 204 -
CMYK 0.09 0.96 0 0.2
HSL 294.46º 0.92% 0.42% -
HSV(B) 294.46º 0.96% 0.8% -
XYZ 31.25 14.99 58.37 -
YUV 84.15 195.64 200.64 -
System Red Green Blue C M Y K H S L
Decimal 186 9 204 0.09 0.96 0 0.2 294.46 0.92 0.42
Hex BA 9 CC 9 60 0 14 126 5C 2A
Octal 272 11 314 11 140 0 24 446 134 52
Binary 10111010 1001 11001100 1001 1100000 0 10100 100100110 1011100 101010

Color Harmonies of #BA09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09CC

Black with #BA09CC

Text Example


Text Example

White with #BA09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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