Html Css Color HEX #BA18CC Deep Magenta

📋 copy color: '#BA18CC'

red 186 ◦ green 24 ◦ blue 204

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

Shades of Deep Magenta #BA18CC

Tints of Deep Magenta #BA18CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 44.93%
G = 5.8%
B = 49.28%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA18CC (or 0xBA18CC) is known color: Deep Magenta. HEX triplet: BA, 18 and CC. RGB value is (186,24,204). Sum of RGB (Red+Green+Blue) = 186+24+204=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18CC is #45E733. Grayscale: #5C5C5C. Windows color (decimal): -4581172 or 13375674. OLE color: 13375674.

HSL color Cylindrical-coordinate representation of color #BA18CC: hue angle of 294º 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 #BA18CC is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 24 204 -
CMYK 0.09 0.88 0 0.2
HSL 294º 0.79% 0.45% -
HSV(B) 294º 0.88% 0.8% -
XYZ 31.48 15.45 58.45 -
YUV 92.96 190.67 194.36 -
System Red Green Blue C M Y K H S L
Decimal 186 24 204 0.09 0.88 0 0.2 294 0.79 0.45
Hex BA 18 CC 9 58 0 14 126 4F 2D
Octal 272 30 314 11 130 0 24 446 117 55
Binary 10111010 11000 11001100 1001 1011000 0 10100 100100110 1001111 101101

Color Harmonies of #BA18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18CC

Black with #BA18CC

Text Example


Text Example

White with #BA18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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