Html Css Color HEX #BA01C0 Deep Magenta

📋 copy color: '#BA01C0'

red 186 ◦ green 1 ◦ blue 192

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

Shades of Deep Magenta #BA01C0

Tints of Deep Magenta #BA01C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.66%

R = 49.08%
G = 0.26%
B = 50.66%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA01C0 (or 0xBA01C0) is known color: Deep Magenta. HEX triplet: BA, 01 and C0. RGB value is (186,1,192). Sum of RGB (Red+Green+Blue) = 186+1+192=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA01C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01C0 is #45FE3F. Grayscale: #4D4D4D. Windows color (decimal): -4587072 or 12583354. OLE color: 12583354.

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

Color convert

RGB 186 1 192 -
CMYK 0.03 0.99 0 0.25
HSL 298.12º 0.99% 0.38% -
HSV(B) 298.12º 0.99% 0.75% -
XYZ 29.77 14.27 51.05 -
YUV 78.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 186 1 192 0.03 0.99 0 0.25 298.12 0.99 0.38
Hex BA 1 C0 3 63 0 19 12A 63 26
Octal 272 1 300 3 143 0 31 452 143 46
Binary 10111010 1 11000000 11 1100011 0 11001 100101010 1100011 100110

Color Harmonies of #BA01C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01C0

Black with #BA01C0

Text Example


Text Example

White with #BA01C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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