Html Css Color HEX #BA0CCA Deep Magenta

📋 copy color: '#BA0CCA'

red 186 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #BA0CCA

Tints of Deep Magenta #BA0CCA

RGB

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

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

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

R = 46.5%
G = 3%
B = 50.5%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA0CCA (or 0xBA0CCA) is known color: Deep Magenta. HEX triplet: BA, 0C and CA. RGB value is (186,12,202). Sum of RGB (Red+Green+Blue) = 186+12+202=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CCA is #45F335. Grayscale: #555555. Windows color (decimal): -4584246 or 13241530. OLE color: 13241530.

HSL color Cylindrical-coordinate representation of color #BA0CCA: hue angle of 294.95º 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 #BA0CCA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 12 202 -
CMYK 0.08 0.94 0 0.21
HSL 294.95º 0.89% 0.42% -
HSV(B) 294.95º 0.94% 0.79% -
XYZ 31.04 14.97 57.13 -
YUV 85.69 193.65 199.55 -
System Red Green Blue C M Y K H S L
Decimal 186 12 202 0.08 0.94 0 0.21 294.95 0.89 0.42
Hex BA C CA 8 5E 0 15 127 59 2A
Octal 272 14 312 10 136 0 25 447 131 52
Binary 10111010 1100 11001010 1000 1011110 0 10101 100100111 1011001 101010

Color Harmonies of #BA0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CCA

Black with #BA0CCA

Text Example


Text Example

White with #BA0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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