Html Css Color HEX #BA13CD Deep Magenta

📋 copy color: '#BA13CD'

red 186 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #BA13CD

Tints of Deep Magenta #BA13CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 45.37%
G = 4.63%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA13CD (or 0xBA13CD) is known color: Deep Magenta. HEX triplet: BA, 13 and CD. RGB value is (186,19,205). Sum of RGB (Red+Green+Blue) = 186+19+205=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA13CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13CD is #45EC32. Grayscale: #595959. Windows color (decimal): -4582451 or 13439930. OLE color: 13439930.

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

Color convert

RGB 186 19 205 -
CMYK 0.09 0.91 0 0.20
HSL 293.87º 0.83% 0.44% -
HSV(B) 293.87º 0.91% 0.8% -
XYZ 31.5 15.31 59.05 -
YUV 90.14 192.83 196.38 -
System Red Green Blue C M Y K H S L
Decimal 186 19 205 0.09 0.91 0 0.20 293.87 0.83 0.44
Hex BA 13 CD 9 5B 0 14 126 53 2C
Octal 272 23 315 11 133 0 24 446 123 54
Binary 10111010 10011 11001101 1001 1011011 0 10100 100100110 1010011 101100

Color Harmonies of #BA13CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13CD

Black with #BA13CD

Text Example


Text Example

White with #BA13CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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