Html Css Color HEX #BA17C4 Deep Magenta

📋 copy color: '#BA17C4'

red 186 ◦ green 23 ◦ blue 196

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

Shades of Deep Magenta #BA17C4

Tints of Deep Magenta #BA17C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.4%

R = 45.93%
G = 5.68%
B = 48.4%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA17C4 (or 0xBA17C4) is known color: Deep Magenta. HEX triplet: BA, 17 and C4. RGB value is (186,23,196). Sum of RGB (Red+Green+Blue) = 186+23+196=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA17C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17C4 is #45E83B. Grayscale: #5A5A5A. Windows color (decimal): -4581436 or 12851130. OLE color: 12851130.

HSL color Cylindrical-coordinate representation of color #BA17C4: hue angle of 296.53º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17C4 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 23 196 -
CMYK 0.05 0.88 0 0.23
HSL 296.53º 0.79% 0.43% -
HSV(B) 296.53º 0.88% 0.77% -
XYZ 30.52 15.04 53.52 -
YUV 91.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 186 23 196 0.05 0.88 0 0.23 296.53 0.79 0.43
Hex BA 17 C4 5 58 0 17 129 4F 2B
Octal 272 27 304 5 130 0 27 451 117 53
Binary 10111010 10111 11000100 101 1011000 0 10111 100101001 1001111 101011

Color Harmonies of #BA17C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17C4

Black with #BA17C4

Text Example


Text Example

White with #BA17C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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