Html Css Color HEX #BA1D8C Medium Violet Red

📋 copy color: '#BA1D8C'

red 186 ◦ green 29 ◦ blue 140

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

Shades of Medium Violet Red #BA1D8C

Tints of Medium Violet Red #BA1D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 52.39%
G = 8.17%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA1D8C (or 0xBA1D8C) is known color: Medium Violet Red. HEX triplet: BA, 1D and 8C. RGB value is (186,29,140). Sum of RGB (Red+Green+Blue) = 186+29+140=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D8C is #45E273. Grayscale: #585858. Windows color (decimal): -4579956 or 9182650. OLE color: 9182650.

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

Color convert

RGB 186 29 140 -
CMYK 0 0.84 0.25 0.27
HSL 317.58º 0.73% 0.42% -
HSV(B) 317.58º 0.84% 0.73% -
XYZ 25.42 13.21 26.02 -
YUV 88.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 186 29 140 0 0.84 0.25 0.27 317.58 0.73 0.42
Hex BA 1D 8C 0 54 19 1B 13E 49 2A
Octal 272 35 214 0 124 31 33 476 111 52
Binary 10111010 11101 10001100 0 1010100 11001 11011 100111110 1001001 101010

Color Harmonies of #BA1D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D8C

Black with #BA1D8C

Text Example


Text Example

White with #BA1D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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