Html Css Color HEX #BA0180 Medium Violet Red

📋 copy color: '#BA0180'

red 186 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #BA0180

Tints of Medium Violet Red #BA0180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 59.05%
G = 0.32%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA0180 (or 0xBA0180) is known color: Medium Violet Red. HEX triplet: BA, 01 and 80. RGB value is (186,1,128). Sum of RGB (Red+Green+Blue) = 186+1+128=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0180 is #45FE7F. Grayscale: #464646. Windows color (decimal): -4587136 or 8389050. OLE color: 8389050.

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

Color convert

RGB 186 1 128 -
CMYK 0 0.99 0.31 0.27
HSL 318.81º 0.99% 0.37% -
HSV(B) 318.81º 0.99% 0.73% -
XYZ 24.16 12.02 21.47 -
YUV 70.79 160.29 210.17 -
System Red Green Blue C M Y K H S L
Decimal 186 1 128 0 0.99 0.31 0.27 318.81 0.99 0.37
Hex BA 1 80 0 63 1F 1B 13F 63 25
Octal 272 1 200 0 143 37 33 477 143 45
Binary 10111010 1 10000000 0 1100011 11111 11011 100111111 1100011 100101

Color Harmonies of #BA0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0180

Black with #BA0180

Text Example


Text Example

White with #BA0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0180; }

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

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

background-color css

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

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

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

border-color css

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

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

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