Html Css Color HEX #BA187E Medium Violet Red

📋 copy color: '#BA187E'

red 186 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #BA187E

Tints of Medium Violet Red #BA187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.14%

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 55.36%
G = 7.14%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA187E (or 0xBA187E) is known color: Medium Violet Red. HEX triplet: BA, 18 and 7E. RGB value is (186,24,126). Sum of RGB (Red+Green+Blue) = 186+24+126=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA187E is #45E781. Grayscale: #535353. Windows color (decimal): -4581250 or 8263866. OLE color: 8263866.

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

Color convert

RGB 186 24 126 -
CMYK 0 0.87 0.32 0.27
HSL 322.22º 0.77% 0.41% -
HSV(B) 322.22º 0.87% 0.73% -
XYZ 24.34 12.6 20.89 -
YUV 84.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 186 24 126 0 0.87 0.32 0.27 322.22 0.77 0.41
Hex BA 18 7E 0 57 20 1B 142 4D 29
Octal 272 30 176 0 127 40 33 502 115 51
Binary 10111010 11000 1111110 0 1010111 100000 11011 101000010 1001101 101001

Color Harmonies of #BA187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA187E

Black with #BA187E

Text Example


Text Example

White with #BA187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA187E; }

 p { color: rgb(186,24,126); }

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

background-color css

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

 a { background-color: rgb(186,24,126); }

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

border-color css

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

 span { border-color: rgb(186,24,126); }

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