Html Css Color HEX #BA1D6E Medium Violet Red

📋 copy color: '#BA1D6E'

red 186 ◦ green 29 ◦ blue 110

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

Shades of Medium Violet Red #BA1D6E

Tints of Medium Violet Red #BA1D6E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.92%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 57.23%
G = 8.92%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA1D6E (or 0xBA1D6E) is known color: Medium Violet Red. HEX triplet: BA, 1D and 6E. RGB value is (186,29,110). Sum of RGB (Red+Green+Blue) = 186+29+110=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D6E is #45E291. Grayscale: #555555. Windows color (decimal): -4579986 or 7216570. OLE color: 7216570.

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

Color convert

RGB 186 29 110 -
CMYK 0 0.84 0.41 0.27
HSL 329.04º 0.73% 0.42% -
HSV(B) 329.04º 0.84% 0.73% -
XYZ 23.5 12.44 15.91 -
YUV 85.18 142.01 199.91 -
System Red Green Blue C M Y K H S L
Decimal 186 29 110 0 0.84 0.41 0.27 329.04 0.73 0.42
Hex BA 1D 6E 0 54 29 1B 149 49 2A
Octal 272 35 156 0 124 51 33 511 111 52
Binary 10111010 11101 1101110 0 1010100 101001 11011 101001001 1001001 101010

Color Harmonies of #BA1D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D6E

Black with #BA1D6E

Text Example


Text Example

White with #BA1D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D6E; }

 p { color: rgb(186,29,110); }

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

background-color css

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

 a { background-color: rgb(186,29,110); }

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

border-color css

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

 span { border-color: rgb(186,29,110); }

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