Html Css Color HEX #BA018A Medium Violet Red

📋 copy color: '#BA018A'

red 186 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #BA018A

Tints of Medium Violet Red #BA018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.46%

R = 57.23%
G = 0.31%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA018A (or 0xBA018A) is known color: Medium Violet Red. HEX triplet: BA, 01 and 8A. RGB value is (186,1,138). Sum of RGB (Red+Green+Blue) = 186+1+138=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA018A is #45FE75. Grayscale: #474747. Windows color (decimal): -4587126 or 9044410. OLE color: 9044410.

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

Color convert

RGB 186 1 138 -
CMYK 0 0.99 0.26 0.27
HSL 315.57º 0.99% 0.37% -
HSV(B) 315.57º 0.99% 0.73% -
XYZ 24.85 12.3 25.11 -
YUV 71.93 165.29 209.36 -
System Red Green Blue C M Y K H S L
Decimal 186 1 138 0 0.99 0.26 0.27 315.57 0.99 0.37
Hex BA 1 8A 0 63 1A 1B 13C 63 25
Octal 272 1 212 0 143 32 33 474 143 45
Binary 10111010 1 10001010 0 1100011 11010 11011 100111100 1100011 100101

Color Harmonies of #BA018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA018A

Black with #BA018A

Text Example


Text Example

White with #BA018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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