Html Css Color HEX #BA0CC7 Deep Magenta

📋 copy color: '#BA0CC7'

red 186 ◦ green 12 ◦ blue 199

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

Shades of Deep Magenta #BA0CC7

Tints of Deep Magenta #BA0CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.13%

R = 46.85%
G = 3.02%
B = 50.13%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA0CC7 (or 0xBA0CC7) is known color: Deep Magenta. HEX triplet: BA, 0C and C7. RGB value is (186,12,199). Sum of RGB (Red+Green+Blue) = 186+12+199=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA0CC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CC7 is #45F338. Grayscale: #545454. Windows color (decimal): -4584249 or 13044922. OLE color: 13044922.

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

Color convert

RGB 186 12 199 -
CMYK 0.07 0.94 0 0.22
HSL 295.83º 0.89% 0.41% -
HSV(B) 295.83º 0.94% 0.78% -
XYZ 30.69 14.83 55.28 -
YUV 85.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 186 12 199 0.07 0.94 0 0.22 295.83 0.89 0.41
Hex BA C C7 7 5E 0 16 128 59 29
Octal 272 14 307 7 136 0 26 450 131 51
Binary 10111010 1100 11000111 111 1011110 0 10110 100101000 1011001 101001

Color Harmonies of #BA0CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CC7

Black with #BA0CC7

Text Example


Text Example

White with #BA0CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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