Html Css Color HEX #BA1D8E Medium Violet Red

📋 copy color: '#BA1D8E'

red 186 ◦ green 29 ◦ blue 142

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

Shades of Medium Violet Red #BA1D8E

Tints of Medium Violet Red #BA1D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 52.1%
G = 8.12%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA1D8E (or 0xBA1D8E) is known color: Medium Violet Red. HEX triplet: BA, 1D and 8E. RGB value is (186,29,142). Sum of RGB (Red+Green+Blue) = 186+29+142=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D8E is #45E271. Grayscale: #585858. Windows color (decimal): -4579954 or 9313722. OLE color: 9313722.

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

Color convert

RGB 186 29 142 -
CMYK 0 0.84 0.24 0.27
HSL 316.82º 0.73% 0.42% -
HSV(B) 316.82º 0.84% 0.73% -
XYZ 25.57 13.27 26.8 -
YUV 88.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 186 29 142 0 0.84 0.24 0.27 316.82 0.73 0.42
Hex BA 1D 8E 0 54 18 1B 13D 49 2A
Octal 272 35 216 0 124 30 33 475 111 52
Binary 10111010 11101 10001110 0 1010100 11000 11011 100111101 1001001 101010

Color Harmonies of #BA1D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D8E

Black with #BA1D8E

Text Example


Text Example

White with #BA1D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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