Html Css Color HEX #BA17A7 Medium Violet Red

📋 copy color: '#BA17A7'

red 186 ◦ green 23 ◦ blue 167

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

Shades of Medium Violet Red #BA17A7

Tints of Medium Violet Red #BA17A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.41%

R = 49.47%
G = 6.12%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA17A7 (or 0xBA17A7) is known color: Medium Violet Red. HEX triplet: BA, 17 and A7. RGB value is (186,23,167). Sum of RGB (Red+Green+Blue) = 186+23+167=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA17A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA17A7 is #45E858. Grayscale: #575757. Windows color (decimal): -4581465 or 10950586. OLE color: 10950586.

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

Color convert

RGB 186 23 167 -
CMYK 0 0.88 0.10 0.27
HSL 306.99º 0.78% 0.41% -
HSV(B) 306.99º 0.88% 0.73% -
XYZ 27.53 13.84 37.78 -
YUV 88.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 186 23 167 0 0.88 0.10 0.27 306.99 0.78 0.41
Hex BA 17 A7 0 58 A 1B 133 4E 29
Octal 272 27 247 0 130 12 33 463 116 51
Binary 10111010 10111 10100111 0 1011000 1010 11011 100110011 1001110 101001

Color Harmonies of #BA17A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17A7

Black with #BA17A7

Text Example


Text Example

White with #BA17A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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