Html Css Color HEX #BA0CC9 Deep Magenta

📋 copy color: '#BA0CC9'

red 186 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #BA0CC9

Tints of Deep Magenta #BA0CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.01%

 BLUE value IS 201 (78.91% from 255) = 50.38%

R = 46.62%
G = 3.01%
B = 50.38%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA0CC9 (or 0xBA0CC9) is known color: Deep Magenta. HEX triplet: BA, 0C and C9. RGB value is (186,12,201). Sum of RGB (Red+Green+Blue) = 186+12+201=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA0CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CC9 is #45F336. Grayscale: #545454. Windows color (decimal): -4584247 or 13175994. OLE color: 13175994.

HSL color Cylindrical-coordinate representation of color #BA0CC9: hue angle of 295.24º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CC9 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 12 201 -
CMYK 0.07 0.94 0 0.21
HSL 295.24º 0.89% 0.42% -
HSV(B) 295.24º 0.94% 0.79% -
XYZ 30.92 14.92 56.51 -
YUV 85.57 193.15 199.63 -
System Red Green Blue C M Y K H S L
Decimal 186 12 201 0.07 0.94 0 0.21 295.24 0.89 0.42
Hex BA C C9 7 5E 0 15 127 59 2A
Octal 272 14 311 7 136 0 25 447 131 52
Binary 10111010 1100 11001001 111 1011110 0 10101 100100111 1011001 101010

Color Harmonies of #BA0CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CC9

Black with #BA0CC9

Text Example


Text Example

White with #BA0CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CC9; }

 p { color: rgb(186,12,201); }

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

background-color css

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

 a { background-color: rgb(186,12,201); }

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

border-color css

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

 span { border-color: rgb(186,12,201); }

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