Html Css Color HEX #BA0678 Medium Violet Red

📋 copy color: '#BA0678'

red 186 ◦ green 6 ◦ blue 120

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

Shades of Medium Violet Red #BA0678

Tints of Medium Violet Red #BA0678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 59.62%
G = 1.92%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0678 (or 0xBA0678) is known color: Medium Violet Red. HEX triplet: BA, 06 and 78. RGB value is (186,6,120). Sum of RGB (Red+Green+Blue) = 186+6+120=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0678 is #45F987. Grayscale: #484848. Windows color (decimal): -4585864 or 7866042. OLE color: 7866042.

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

Color convert

RGB 186 6 120 -
CMYK 0 0.97 0.35 0.27
HSL 322º 0.94% 0.38% -
HSV(B) 322º 0.97% 0.73% -
XYZ 23.7 11.93 18.82 -
YUV 72.82 154.63 208.73 -
System Red Green Blue C M Y K H S L
Decimal 186 6 120 0 0.97 0.35 0.27 322 0.94 0.38
Hex BA 6 78 0 61 23 1B 142 5E 26
Octal 272 6 170 0 141 43 33 502 136 46
Binary 10111010 110 1111000 0 1100001 100011 11011 101000010 1011110 100110

Color Harmonies of #BA0678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0678

Black with #BA0678

Text Example


Text Example

White with #BA0678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0678; }

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

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

background-color css

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

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

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

border-color css

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

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

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