Html Css Color HEX #BA13CF Deep Magenta

📋 copy color: '#BA13CF'

red 186 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #BA13CF

Tints of Deep Magenta #BA13CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 45.15%
G = 4.61%
B = 50.24%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA13CF (or 0xBA13CF) is known color: Deep Magenta. HEX triplet: BA, 13 and CF. RGB value is (186,19,207). Sum of RGB (Red+Green+Blue) = 186+19+207=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA13CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13CF is #45EC30. Grayscale: #595959. Windows color (decimal): -4582449 or 13571002. OLE color: 13571002.

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

Color convert

RGB 186 19 207 -
CMYK 0.10 0.91 0 0.19
HSL 293.3º 0.83% 0.44% -
HSV(B) 293.3º 0.91% 0.81% -
XYZ 31.75 15.41 60.33 -
YUV 90.37 193.83 196.21 -
System Red Green Blue C M Y K H S L
Decimal 186 19 207 0.10 0.91 0 0.19 293.3 0.83 0.44
Hex BA 13 CF A 5B 0 13 125 53 2C
Octal 272 23 317 12 133 0 23 445 123 54
Binary 10111010 10011 11001111 1010 1011011 0 10011 100100101 1010011 101100

Color Harmonies of #BA13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13CF

Black with #BA13CF

Text Example


Text Example

White with #BA13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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