Html Css Color HEX #BA018E Medium Violet Red

📋 copy color: '#BA018E'

red 186 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #BA018E

Tints of Medium Violet Red #BA018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 56.53%
G = 0.3%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA018E (or 0xBA018E) is known color: Medium Violet Red. HEX triplet: BA, 01 and 8E. RGB value is (186,1,142). Sum of RGB (Red+Green+Blue) = 186+1+142=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA018E is #45FE71. Grayscale: #484848. Windows color (decimal): -4587122 or 9306554. OLE color: 9306554.

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

Color convert

RGB 186 1 142 -
CMYK 0 0.99 0.24 0.27
HSL 314.27º 0.99% 0.37% -
HSV(B) 314.27º 0.99% 0.73% -
XYZ 25.14 12.41 26.66 -
YUV 72.39 167.29 209.04 -
System Red Green Blue C M Y K H S L
Decimal 186 1 142 0 0.99 0.24 0.27 314.27 0.99 0.37
Hex BA 1 8E 0 63 18 1B 13A 63 25
Octal 272 1 216 0 143 30 33 472 143 45
Binary 10111010 1 10001110 0 1100011 11000 11011 100111010 1100011 100101

Color Harmonies of #BA018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA018E

Black with #BA018E

Text Example


Text Example

White with #BA018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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