Html Css Color HEX #BA14CE Deep Magenta

📋 copy color: '#BA14CE'

red 186 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #BA14CE

Tints of Deep Magenta #BA14CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.85%

 BLUE value IS 206 (80.86% from 255) = 50%

R = 45.15%
G = 4.85%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA14CE (or 0xBA14CE) is known color: Deep Magenta. HEX triplet: BA, 14 and CE. RGB value is (186,20,206). Sum of RGB (Red+Green+Blue) = 186+20+206=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14CE is #45EB31. Grayscale: #5A5A5A. Windows color (decimal): -4582194 or 13505722. OLE color: 13505722.

HSL color Cylindrical-coordinate representation of color #BA14CE: hue angle of 293.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA14CE is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 20 206 -
CMYK 0.10 0.90 0 0.19
HSL 293.55º 0.82% 0.44% -
HSV(B) 293.55º 0.9% 0.81% -
XYZ 31.64 15.4 59.7 -
YUV 90.84 193 195.88 -
System Red Green Blue C M Y K H S L
Decimal 186 20 206 0.10 0.90 0 0.19 293.55 0.82 0.44
Hex BA 14 CE A 5A 0 13 126 52 2C
Octal 272 24 316 12 132 0 23 446 122 54
Binary 10111010 10100 11001110 1010 1011010 0 10011 100100110 1010010 101100

Color Harmonies of #BA14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA14CE

Black with #BA14CE

Text Example


Text Example

White with #BA14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA14CE; }

 p { color: rgb(186,20,206); }

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

background-color css

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

 a { background-color: rgb(186,20,206); }

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

border-color css

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

 span { border-color: rgb(186,20,206); }

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