Html Css Color HEX #BA126F Medium Violet Red

📋 copy color: '#BA126F'

red 186 ◦ green 18 ◦ blue 111

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

Shades of Medium Violet Red #BA126F

Tints of Medium Violet Red #BA126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

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

R = 59.05%
G = 5.71%
B = 35.24%

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

#BA126F (or 0xBA126F) is known color: Medium Violet Red. HEX triplet: BA, 12 and 6F. RGB value is (186,18,111). Sum of RGB (Red+Green+Blue) = 186+18+111=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA126F is #45ED90. Grayscale: #4E4E4E. Windows color (decimal): -4582801 or 7279290. OLE color: 7279290.

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

Color convert

RGB 186 18 111 -
CMYK 0 0.90 0.40 0.27
HSL 326.79º 0.82% 0.4% -
HSV(B) 326.79º 0.9% 0.73% -
XYZ 23.34 12.02 16.13 -
YUV 78.83 146.16 204.44 -
System Red Green Blue C M Y K H S L
Decimal 186 18 111 0 0.90 0.40 0.27 326.79 0.82 0.4
Hex BA 12 6F 0 5A 28 1B 147 52 28
Octal 272 22 157 0 132 50 33 507 122 50
Binary 10111010 10010 1101111 0 1011010 101000 11011 101000111 1010010 101000

Color Harmonies of #BA126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA126F

Black with #BA126F

Text Example


Text Example

White with #BA126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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