Html Css Color HEX #BA01C1 Deep Magenta

📋 copy color: '#BA01C1'

red 186 ◦ green 1 ◦ blue 193

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

Shades of Deep Magenta #BA01C1

Tints of Deep Magenta #BA01C1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 48.95%
G = 0.26%
B = 50.79%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA01C1 (or 0xBA01C1) is known color: Deep Magenta. HEX triplet: BA, 01 and C1. RGB value is (186,1,193). Sum of RGB (Red+Green+Blue) = 186+1+193=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA01C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01C1 is #45FE3E. Grayscale: #4D4D4D. Windows color (decimal): -4587071 or 12648890. OLE color: 12648890.

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

Color convert

RGB 186 1 193 -
CMYK 0.04 0.99 0 0.24
HSL 297.81º 0.99% 0.38% -
HSV(B) 297.81º 0.99% 0.76% -
XYZ 29.89 14.31 51.64 -
YUV 78.2 192.79 204.89 -
System Red Green Blue C M Y K H S L
Decimal 186 1 193 0.04 0.99 0 0.24 297.81 0.99 0.38
Hex BA 1 C1 4 63 0 18 12A 63 26
Octal 272 1 301 4 143 0 30 452 143 46
Binary 10111010 1 11000001 100 1100011 0 11000 100101010 1100011 100110

Color Harmonies of #BA01C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01C1

Black with #BA01C1

Text Example


Text Example

White with #BA01C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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