Html Css Color HEX #BA0CC1 Deep Magenta

📋 copy color: '#BA0CC1'

red 186 ◦ green 12 ◦ blue 193

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

Shades of Deep Magenta #BA0CC1

Tints of Deep Magenta #BA0CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.36%

R = 47.57%
G = 3.07%
B = 49.36%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA0CC1 (or 0xBA0CC1) is known color: Deep Magenta. HEX triplet: BA, 0C and C1. RGB value is (186,12,193). Sum of RGB (Red+Green+Blue) = 186+12+193=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA0CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CC1 is #45F33E. Grayscale: #545454. Windows color (decimal): -4584255 or 12651706. OLE color: 12651706.

HSL color Cylindrical-coordinate representation of color #BA0CC1: hue angle of 297.68º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CC1 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 12 193 -
CMYK 0.04 0.94 0 0.24
HSL 297.68º 0.88% 0.4% -
HSV(B) 297.68º 0.94% 0.76% -
XYZ 30.01 14.55 51.68 -
YUV 84.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 186 12 193 0.04 0.94 0 0.24 297.68 0.88 0.4
Hex BA C C1 4 5E 0 18 12A 58 28
Octal 272 14 301 4 136 0 30 452 130 50
Binary 10111010 1100 11000001 100 1011110 0 11000 100101010 1011000 101000

Color Harmonies of #BA0CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CC1

Black with #BA0CC1

Text Example


Text Example

White with #BA0CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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