Html Css Color HEX #BA18BB Deep Magenta

📋 copy color: '#BA18BB'

red 186 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #BA18BB

Tints of Deep Magenta #BA18BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 46.85%
G = 6.05%
B = 47.1%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA18BB (or 0xBA18BB) is known color: Deep Magenta. HEX triplet: BA, 18 and BB. RGB value is (186,24,187). Sum of RGB (Red+Green+Blue) = 186+24+187=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA18BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18BB is #45E744. Grayscale: #5A5A5A. Windows color (decimal): -4581189 or 12261562. OLE color: 12261562.

HSL color Cylindrical-coordinate representation of color #BA18BB: hue angle of 299.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA18BB is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 187 -
CMYK 0.01 0.87 0 0.27
HSL 299.63º 0.77% 0.41% -
HSV(B) 299.63º 0.87% 0.73% -
XYZ 29.55 14.68 48.29 -
YUV 91.02 182.17 195.75 -
System Red Green Blue C M Y K H S L
Decimal 186 24 187 0.01 0.87 0 0.27 299.63 0.77 0.41
Hex BA 18 BB 1 57 0 1B 12C 4D 29
Octal 272 30 273 1 127 0 33 454 115 51
Binary 10111010 11000 10111011 1 1010111 0 11011 100101100 1001101 101001

Color Harmonies of #BA18BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18BB

Black with #BA18BB

Text Example


Text Example

White with #BA18BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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