Html Css Color HEX #BA17CF Deep Magenta

📋 copy color: '#BA17CF'

red 186 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #BA17CF

Tints of Deep Magenta #BA17CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 44.71%
G = 5.53%
B = 49.76%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA17CF (or 0xBA17CF) is known color: Deep Magenta. HEX triplet: BA, 17 and CF. RGB value is (186,23,207). Sum of RGB (Red+Green+Blue) = 186+23+207=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17CF is #45E830. Grayscale: #5C5C5C. Windows color (decimal): -4581425 or 13572026. OLE color: 13572026.

HSL color Cylindrical-coordinate representation of color #BA17CF: hue angle of 293.15º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA17CF is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 23 207 -
CMYK 0.10 0.89 0 0.19
HSL 293.15º 0.8% 0.45% -
HSV(B) 293.15º 0.89% 0.81% -
XYZ 31.82 15.56 60.36 -
YUV 92.71 192.5 194.54 -
System Red Green Blue C M Y K H S L
Decimal 186 23 207 0.10 0.89 0 0.19 293.15 0.8 0.45
Hex BA 17 CF A 59 0 13 125 50 2D
Octal 272 27 317 12 131 0 23 445 120 55
Binary 10111010 10111 11001111 1010 1011001 0 10011 100100101 1010000 101101

Color Harmonies of #BA17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17CF

Black with #BA17CF

Text Example


Text Example

White with #BA17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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