Html Css Color HEX #BA019F Medium Violet Red

📋 copy color: '#BA019F'

red 186 ◦ green 1 ◦ blue 159

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

Shades of Medium Violet Red #BA019F

Tints of Medium Violet Red #BA019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 53.76%
G = 0.29%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA019F (or 0xBA019F) is known color: Medium Violet Red. HEX triplet: BA, 01 and 9F. RGB value is (186,1,159). Sum of RGB (Red+Green+Blue) = 186+1+159=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA019F is #45FE60. Grayscale: #494949. Windows color (decimal): -4587105 or 10420666. OLE color: 10420666.

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

Color convert

RGB 186 1 159 -
CMYK 0 0.99 0.15 0.27
HSL 308.76º 0.99% 0.37% -
HSV(B) 308.76º 0.99% 0.73% -
XYZ 26.52 12.96 33.91 -
YUV 74.33 175.79 207.65 -
System Red Green Blue C M Y K H S L
Decimal 186 1 159 0 0.99 0.15 0.27 308.76 0.99 0.37
Hex BA 1 9F 0 63 F 1B 135 63 25
Octal 272 1 237 0 143 17 33 465 143 45
Binary 10111010 1 10011111 0 1100011 1111 11011 100110101 1100011 100101

Color Harmonies of #BA019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA019F

Black with #BA019F

Text Example


Text Example

White with #BA019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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