Html Css Color HEX #BA178E Medium Violet Red

📋 copy color: '#BA178E'

red 186 ◦ green 23 ◦ blue 142

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

Shades of Medium Violet Red #BA178E

Tints of Medium Violet Red #BA178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 52.99%
G = 6.55%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA178E (or 0xBA178E) is known color: Medium Violet Red. HEX triplet: BA, 17 and 8E. RGB value is (186,23,142). Sum of RGB (Red+Green+Blue) = 186+23+142=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA178E is #45E871. Grayscale: #545454. Windows color (decimal): -4581490 or 9312186. OLE color: 9312186.

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

Color convert

RGB 186 23 142 -
CMYK 0 0.88 0.24 0.27
HSL 316.2º 0.78% 0.41% -
HSV(B) 316.2º 0.88% 0.73% -
XYZ 25.44 13 26.76 -
YUV 85.3 160 199.82 -
System Red Green Blue C M Y K H S L
Decimal 186 23 142 0 0.88 0.24 0.27 316.2 0.78 0.41
Hex BA 17 8E 0 58 18 1B 13C 4E 29
Octal 272 27 216 0 130 30 33 474 116 51
Binary 10111010 10111 10001110 0 1011000 11000 11011 100111100 1001110 101001

Color Harmonies of #BA178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA178E

Black with #BA178E

Text Example


Text Example

White with #BA178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA178E; }

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

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

background-color css

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

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

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

border-color css

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

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

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