Html Css Color HEX #BA0672 Medium Violet Red

📋 copy color: '#BA0672'

red 186 ◦ green 6 ◦ blue 114

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

Shades of Medium Violet Red #BA0672

Tints of Medium Violet Red #BA0672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.25%

R = 60.78%
G = 1.96%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA0672 (or 0xBA0672) is known color: Medium Violet Red. HEX triplet: BA, 06 and 72. RGB value is (186,6,114). Sum of RGB (Red+Green+Blue) = 186+6+114=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0672 is #45F98D. Grayscale: #474747. Windows color (decimal): -4585870 or 7472826. OLE color: 7472826.

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

Color convert

RGB 186 6 114 -
CMYK 0 0.97 0.39 0.27
HSL 324º 0.94% 0.38% -
HSV(B) 324º 0.97% 0.73% -
XYZ 23.35 11.78 16.96 -
YUV 72.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 186 6 114 0 0.97 0.39 0.27 324 0.94 0.38
Hex BA 6 72 0 61 27 1B 144 5E 26
Octal 272 6 162 0 141 47 33 504 136 46
Binary 10111010 110 1110010 0 1100001 100111 11011 101000100 1011110 100110

Color Harmonies of #BA0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0672

Black with #BA0672

Text Example


Text Example

White with #BA0672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0672; }

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

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

background-color css

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

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

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

border-color css

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

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

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