Html Css Color HEX #BA0078 Medium Violet Red

📋 copy color: '#BA0078'

red 186 ◦ green 0 ◦ blue 120

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

Shades of Medium Violet Red #BA0078

Tints of Medium Violet Red #BA0078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 120 (47.27% from 255) = 39.22%

R = 60.78%
G = 0%
B = 39.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0078 (or 0xBA0078) is known color: Medium Violet Red. HEX triplet: BA, 00 and 78. RGB value is (186,0,120). Sum of RGB (Red+Green+Blue) = 186+0+120=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0078 is #45FF87. Grayscale: #454545. Windows color (decimal): -4587400 or 7864506. OLE color: 7864506.

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

Color convert

RGB 186 0 120 -
CMYK 0 1 0.35 0.27
HSL 321.29º 1% 0.36% -
HSV(B) 321.29º 1% 0.73% -
XYZ 23.64 11.8 18.8 -
YUV 69.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 186 0 120 0 1 0.35 0.27 321.29 1 0.36
Hex BA 0 78 0 64 23 1B 141 64 24
Octal 272 0 170 0 144 43 33 501 144 44
Binary 10111010 0 1111000 0 1100100 100011 11011 101000001 1100100 100100

Color Harmonies of #BA0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0078

Black with #BA0078

Text Example


Text Example

White with #BA0078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0078; }

 p { color: rgb(186,0,120); }

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

background-color css

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

 a { background-color: rgb(186,0,120); }

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

border-color css

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

 span { border-color: rgb(186,0,120); }

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