Html Css Color HEX #BA136F Medium Violet Red

📋 copy color: '#BA136F'

red 186 ◦ green 19 ◦ blue 111

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

Shades of Medium Violet Red #BA136F

Tints of Medium Violet Red #BA136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

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

R = 58.86%
G = 6.01%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA136F (or 0xBA136F) is known color: Medium Violet Red. HEX triplet: BA, 13 and 6F. RGB value is (186,19,111). Sum of RGB (Red+Green+Blue) = 186+19+111=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA136F is #45EC90. Grayscale: #4F4F4F. Windows color (decimal): -4582545 or 7279546. OLE color: 7279546.

HSL color Cylindrical-coordinate representation of color #BA136F: hue angle of 326.95º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA136F is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 111 -
CMYK 0 0.90 0.40 0.27
HSL 326.95º 0.81% 0.4% -
HSV(B) 326.95º 0.9% 0.73% -
XYZ 23.35 12.05 16.13 -
YUV 79.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 186 19 111 0 0.90 0.40 0.27 326.95 0.81 0.4
Hex BA 13 6F 0 5A 28 1B 147 51 28
Octal 272 23 157 0 132 50 33 507 121 50
Binary 10111010 10011 1101111 0 1011010 101000 11011 101000111 1010001 101000

Color Harmonies of #BA136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA136F

Black with #BA136F

Text Example


Text Example

White with #BA136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA136F; }

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

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

background-color css

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

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

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

border-color css

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

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

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