Html Css Color HEX #BA19BB Deep Magenta

📋 copy color: '#BA19BB'

red 186 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #BA19BB

Tints of Deep Magenta #BA19BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.28%

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

R = 46.73%
G = 6.28%
B = 46.98%

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

#BA19BB (or 0xBA19BB) is known color: Deep Magenta. HEX triplet: BA, 19 and BB. RGB value is (186,25,187). Sum of RGB (Red+Green+Blue) = 186+25+187=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA19BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19BB is #45E644. Grayscale: #5B5B5B. Windows color (decimal): -4580933 or 12261818. OLE color: 12261818.

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

Color convert

RGB 186 25 187 -
CMYK 0.01 0.87 0 0.27
HSL 299.63º 0.76% 0.42% -
HSV(B) 299.63º 0.87% 0.73% -
XYZ 29.57 14.72 48.3 -
YUV 91.61 181.84 195.33 -
System Red Green Blue C M Y K H S L
Decimal 186 25 187 0.01 0.87 0 0.27 299.63 0.76 0.42
Hex BA 19 BB 1 57 0 1B 12C 4C 2A
Octal 272 31 273 1 127 0 33 454 114 52
Binary 10111010 11001 10111011 1 1010111 0 11011 100101100 1001100 101010

Color Harmonies of #BA19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19BB

Black with #BA19BB

Text Example


Text Example

White with #BA19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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