Html Css Color HEX #BA13CA Deep Magenta

📋 copy color: '#BA13CA'

red 186 ◦ green 19 ◦ blue 202

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

Shades of Deep Magenta #BA13CA

Tints of Deep Magenta #BA13CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 45.7%
G = 4.67%
B = 49.63%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA13CA (or 0xBA13CA) is known color: Deep Magenta. HEX triplet: BA, 13 and CA. RGB value is (186,19,202). Sum of RGB (Red+Green+Blue) = 186+19+202=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA13CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13CA is #45EC35. Grayscale: #595959. Windows color (decimal): -4582454 or 13243322. OLE color: 13243322.

HSL color Cylindrical-coordinate representation of color #BA13CA: hue angle of 294.75º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA13CA is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 19 202 -
CMYK 0.08 0.91 0 0.21
HSL 294.75º 0.83% 0.43% -
HSV(B) 294.75º 0.91% 0.79% -
XYZ 31.14 15.17 57.16 -
YUV 89.8 191.33 196.62 -
System Red Green Blue C M Y K H S L
Decimal 186 19 202 0.08 0.91 0 0.21 294.75 0.83 0.43
Hex BA 13 CA 8 5B 0 15 127 53 2B
Octal 272 23 312 10 133 0 25 447 123 53
Binary 10111010 10011 11001010 1000 1011011 0 10101 100100111 1010011 101011

Color Harmonies of #BA13CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13CA

Black with #BA13CA

Text Example


Text Example

White with #BA13CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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