Html Css Color HEX #BA18C0 Deep Magenta

📋 copy color: '#BA18C0'

red 186 ◦ green 24 ◦ blue 192

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

Shades of Deep Magenta #BA18C0

Tints of Deep Magenta #BA18C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 46.27%
G = 5.97%
B = 47.76%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA18C0 (or 0xBA18C0) is known color: Deep Magenta. HEX triplet: BA, 18 and C0. RGB value is (186,24,192). Sum of RGB (Red+Green+Blue) = 186+24+192=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA18C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18C0 is #45E73F. Grayscale: #5B5B5B. Windows color (decimal): -4581184 or 12589242. OLE color: 12589242.

HSL color Cylindrical-coordinate representation of color #BA18C0: hue angle of 297.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA18C0 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 24 192 -
CMYK 0.03 0.88 0 0.25
HSL 297.86º 0.78% 0.42% -
HSV(B) 297.86º 0.88% 0.75% -
XYZ 30.09 14.9 51.16 -
YUV 91.59 184.67 195.34 -
System Red Green Blue C M Y K H S L
Decimal 186 24 192 0.03 0.88 0 0.25 297.86 0.78 0.42
Hex BA 18 C0 3 58 0 19 12A 4E 2A
Octal 272 30 300 3 130 0 31 452 116 52
Binary 10111010 11000 11000000 11 1011000 0 11001 100101010 1001110 101010

Color Harmonies of #BA18C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18C0

Black with #BA18C0

Text Example


Text Example

White with #BA18C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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