Html Css Color HEX #BA0CC6 Deep Magenta

📋 copy color: '#BA0CC6'

red 186 ◦ green 12 ◦ blue 198

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

Shades of Deep Magenta #BA0CC6

Tints of Deep Magenta #BA0CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50%

R = 46.97%
G = 3.03%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA0CC6 (or 0xBA0CC6) is known color: Deep Magenta. HEX triplet: BA, 0C and C6. RGB value is (186,12,198). Sum of RGB (Red+Green+Blue) = 186+12+198=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA0CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CC6 is #45F339. Grayscale: #545454. Windows color (decimal): -4584250 or 12979386. OLE color: 12979386.

HSL color Cylindrical-coordinate representation of color #BA0CC6: hue angle of 296.13º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CC6 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 12 198 -
CMYK 0.06 0.94 0 0.22
HSL 296.13º 0.89% 0.41% -
HSV(B) 296.13º 0.94% 0.78% -
XYZ 30.57 14.78 54.67 -
YUV 85.23 191.65 199.88 -
System Red Green Blue C M Y K H S L
Decimal 186 12 198 0.06 0.94 0 0.22 296.13 0.89 0.41
Hex BA C C6 6 5E 0 16 128 59 29
Octal 272 14 306 6 136 0 26 450 131 51
Binary 10111010 1100 11000110 110 1011110 0 10110 100101000 1011001 101001

Color Harmonies of #BA0CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CC6

Black with #BA0CC6

Text Example


Text Example

White with #BA0CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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