Html Css Color HEX #BA17BE Deep Magenta

📋 copy color: '#BA17BE'

red 186 ◦ green 23 ◦ blue 190

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

Shades of Deep Magenta #BA17BE

Tints of Deep Magenta #BA17BE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.76%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 46.62%
G = 5.76%
B = 47.62%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA17BE (or 0xBA17BE) is known color: Deep Magenta. HEX triplet: BA, 17 and BE. RGB value is (186,23,190). Sum of RGB (Red+Green+Blue) = 186+23+190=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17BE is #45E841. Grayscale: #5A5A5A. Windows color (decimal): -4581442 or 12457914. OLE color: 12457914.

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

Color convert

RGB 186 23 190 -
CMYK 0.02 0.88 0 0.25
HSL 298.56º 0.78% 0.42% -
HSV(B) 298.56º 0.88% 0.75% -
XYZ 29.85 14.77 49.99 -
YUV 90.78 184 195.92 -
System Red Green Blue C M Y K H S L
Decimal 186 23 190 0.02 0.88 0 0.25 298.56 0.78 0.42
Hex BA 17 BE 2 58 0 19 12B 4E 2A
Octal 272 27 276 2 130 0 31 453 116 52
Binary 10111010 10111 10111110 10 1011000 0 11001 100101011 1001110 101010

Color Harmonies of #BA17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17BE

Black with #BA17BE

Text Example


Text Example

White with #BA17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17BE; }

 p { color: rgb(186,23,190); }

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

background-color css

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

 a { background-color: rgb(186,23,190); }

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

border-color css

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

 span { border-color: rgb(186,23,190); }

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