Html Css Color HEX #BA018C Medium Violet Red

📋 copy color: '#BA018C'

red 186 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #BA018C

Tints of Medium Violet Red #BA018C

RGB

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

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

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

R = 56.88%
G = 0.31%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA018C (or 0xBA018C) is known color: Medium Violet Red. HEX triplet: BA, 01 and 8C. RGB value is (186,1,140). Sum of RGB (Red+Green+Blue) = 186+1+140=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA018C is #45FE73. Grayscale: #474747. Windows color (decimal): -4587124 or 9175482. OLE color: 9175482.

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

Color convert

RGB 186 1 140 -
CMYK 0 0.99 0.25 0.27
HSL 314.92º 0.99% 0.37% -
HSV(B) 314.92º 0.99% 0.73% -
XYZ 24.99 12.35 25.88 -
YUV 72.16 166.29 209.2 -
System Red Green Blue C M Y K H S L
Decimal 186 1 140 0 0.99 0.25 0.27 314.92 0.99 0.37
Hex BA 1 8C 0 63 19 1B 13B 63 25
Octal 272 1 214 0 143 31 33 473 143 45
Binary 10111010 1 10001100 0 1100011 11001 11011 100111011 1100011 100101

Color Harmonies of #BA018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA018C

Black with #BA018C

Text Example


Text Example

White with #BA018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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