Html Css Color HEX #BA166F Medium Violet Red

📋 copy color: '#BA166F'

red 186 ◦ green 22 ◦ blue 111

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

Shades of Medium Violet Red #BA166F

Tints of Medium Violet Red #BA166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 58.31%
G = 6.9%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA166F (or 0xBA166F) is known color: Medium Violet Red. HEX triplet: BA, 16 and 6F. RGB value is (186,22,111). Sum of RGB (Red+Green+Blue) = 186+22+111=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA166F is #45E990. Grayscale: #505050. Windows color (decimal): -4581777 or 7280314. OLE color: 7280314.

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

Color convert

RGB 186 22 111 -
CMYK 0 0.88 0.40 0.27
HSL 327.44º 0.79% 0.41% -
HSV(B) 327.44º 0.88% 0.73% -
XYZ 23.41 12.16 16.15 -
YUV 81.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 186 22 111 0 0.88 0.40 0.27 327.44 0.79 0.41
Hex BA 16 6F 0 58 28 1B 147 4F 29
Octal 272 26 157 0 130 50 33 507 117 51
Binary 10111010 10110 1101111 0 1011000 101000 11011 101000111 1001111 101001

Color Harmonies of #BA166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA166F

Black with #BA166F

Text Example


Text Example

White with #BA166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA166F; }

 p { color: rgb(186,22,111); }

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

background-color css

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

 a { background-color: rgb(186,22,111); }

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

border-color css

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

 span { border-color: rgb(186,22,111); }

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