Html Css Color HEX #BA18CD Deep Magenta

📋 copy color: '#BA18CD'

red 186 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #BA18CD

Tints of Deep Magenta #BA18CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.78%

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

R = 44.82%
G = 5.78%
B = 49.4%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA18CD (or 0xBA18CD) is known color: Deep Magenta. HEX triplet: BA, 18 and CD. RGB value is (186,24,205). Sum of RGB (Red+Green+Blue) = 186+24+205=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA18CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18CD is #45E732. Grayscale: #5C5C5C. Windows color (decimal): -4581171 or 13441210. OLE color: 13441210.

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

Color convert

RGB 186 24 205 -
CMYK 0.09 0.88 0 0.20
HSL 293.7º 0.79% 0.45% -
HSV(B) 293.7º 0.88% 0.8% -
XYZ 31.6 15.5 59.08 -
YUV 93.07 191.17 194.28 -
System Red Green Blue C M Y K H S L
Decimal 186 24 205 0.09 0.88 0 0.20 293.7 0.79 0.45
Hex BA 18 CD 9 58 0 14 126 4F 2D
Octal 272 30 315 11 130 0 24 446 117 55
Binary 10111010 11000 11001101 1001 1011000 0 10100 100100110 1001111 101101

Color Harmonies of #BA18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18CD

Black with #BA18CD

Text Example


Text Example

White with #BA18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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