Html Css Color HEX #BA13BD Deep Magenta

📋 copy color: '#BA13BD'

red 186 ◦ green 19 ◦ blue 189

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

Shades of Deep Magenta #BA13BD

Tints of Deep Magenta #BA13BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.82%

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 47.21%
G = 4.82%
B = 47.97%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA13BD (or 0xBA13BD) is known color: Deep Magenta. HEX triplet: BA, 13 and BD. RGB value is (186,19,189). Sum of RGB (Red+Green+Blue) = 186+19+189=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA13BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13BD is #45EC42. Grayscale: #575757. Windows color (decimal): -4582467 or 12391354. OLE color: 12391354.

HSL color Cylindrical-coordinate representation of color #BA13BD: hue angle of 298.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA13BD is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 19 189 -
CMYK 0.02 0.90 0 0.26
HSL 298.94º 0.82% 0.41% -
HSV(B) 298.94º 0.9% 0.74% -
XYZ 29.67 14.58 49.39 -
YUV 88.31 184.83 197.68 -
System Red Green Blue C M Y K H S L
Decimal 186 19 189 0.02 0.90 0 0.26 298.94 0.82 0.41
Hex BA 13 BD 2 5A 0 1A 12B 52 29
Octal 272 23 275 2 132 0 32 453 122 51
Binary 10111010 10011 10111101 10 1011010 0 11010 100101011 1010010 101001

Color Harmonies of #BA13BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13BD

Black with #BA13BD

Text Example


Text Example

White with #BA13BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13BD; }

 p { color: rgb(186,19,189); }

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

background-color css

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

 a { background-color: rgb(186,19,189); }

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

border-color css

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

 span { border-color: rgb(186,19,189); }

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