Html Css Color HEX #BA1D8F Medium Violet Red

📋 copy color: '#BA1D8F'

red 186 ◦ green 29 ◦ blue 143

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

Shades of Medium Violet Red #BA1D8F

Tints of Medium Violet Red #BA1D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 51.96%
G = 8.1%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA1D8F (or 0xBA1D8F) is known color: Medium Violet Red. HEX triplet: BA, 1D and 8F. RGB value is (186,29,143). Sum of RGB (Red+Green+Blue) = 186+29+143=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D8F is #45E270. Grayscale: #585858. Windows color (decimal): -4579953 or 9379258. OLE color: 9379258.

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

Color convert

RGB 186 29 143 -
CMYK 0 0.84 0.23 0.27
HSL 316.43º 0.73% 0.42% -
HSV(B) 316.43º 0.84% 0.73% -
XYZ 25.65 13.3 27.2 -
YUV 88.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 186 29 143 0 0.84 0.23 0.27 316.43 0.73 0.42
Hex BA 1D 8F 0 54 17 1B 13C 49 2A
Octal 272 35 217 0 124 27 33 474 111 52
Binary 10111010 11101 10001111 0 1010100 10111 11011 100111100 1001001 101010

Color Harmonies of #BA1D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D8F

Black with #BA1D8F

Text Example


Text Example

White with #BA1D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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