Html Css Color HEX #BA14DE Deep Magenta

📋 copy color: '#BA14DE'

red 186 ◦ green 20 ◦ blue 222

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

Shades of Deep Magenta #BA14DE

Tints of Deep Magenta #BA14DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 43.46%
G = 4.67%
B = 51.87%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA14DE (or 0xBA14DE) is known color: Deep Magenta. HEX triplet: BA, 14 and DE. RGB value is (186,20,222). Sum of RGB (Red+Green+Blue) = 186+20+222=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA14DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14DE is #45EB21. Grayscale: #5C5C5C. Windows color (decimal): -4582178 or 14554298. OLE color: 14554298.

HSL color Cylindrical-coordinate representation of color #BA14DE: hue angle of 289.31º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA14DE is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 20 222 -
CMYK 0.16 0.91 0 0.13
HSL 289.31º 0.83% 0.47% -
HSV(B) 289.31º 0.91% 0.87% -
XYZ 33.68 16.21 70.46 -
YUV 92.66 201 194.57 -
System Red Green Blue C M Y K H S L
Decimal 186 20 222 0.16 0.91 0 0.13 289.31 0.83 0.47
Hex BA 14 DE 10 5B 0 D 121 53 2F
Octal 272 24 336 20 133 0 15 441 123 57
Binary 10111010 10100 11011110 10000 1011011 0 1101 100100001 1010011 101111

Color Harmonies of #BA14DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA14DE

Black with #BA14DE

Text Example


Text Example

White with #BA14DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA14DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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