Html Css Color HEX #BA1D6D Medium Violet Red

📋 copy color: '#BA1D6D'

red 186 ◦ green 29 ◦ blue 109

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

Shades of Medium Violet Red #BA1D6D

Tints of Medium Violet Red #BA1D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 57.41%
G = 8.95%
B = 33.64%

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

#BA1D6D (or 0xBA1D6D) is known color: Medium Violet Red. HEX triplet: BA, 1D and 6D. RGB value is (186,29,109). Sum of RGB (Red+Green+Blue) = 186+29+109=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D6D is #45E292. Grayscale: #545454. Windows color (decimal): -4579987 or 7151034. OLE color: 7151034.

HSL color Cylindrical-coordinate representation of color #BA1D6D: hue angle of 329.43º 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 #BA1D6D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 29 109 -
CMYK 0 0.84 0.41 0.27
HSL 329.43º 0.73% 0.42% -
HSV(B) 329.43º 0.84% 0.73% -
XYZ 23.45 12.42 15.63 -
YUV 85.06 141.51 200 -
System Red Green Blue C M Y K H S L
Decimal 186 29 109 0 0.84 0.41 0.27 329.43 0.73 0.42
Hex BA 1D 6D 0 54 29 1B 149 49 2A
Octal 272 35 155 0 124 51 33 511 111 52
Binary 10111010 11101 1101101 0 1010100 101001 11011 101001001 1001001 101010

Color Harmonies of #BA1D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D6D

Black with #BA1D6D

Text Example


Text Example

White with #BA1D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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