Html Css Color HEX #BA0675 Medium Violet Red

📋 copy color: '#BA0675'

red 186 ◦ green 6 ◦ blue 117

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

Shades of Medium Violet Red #BA0675

Tints of Medium Violet Red #BA0675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 60.19%
G = 1.94%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA0675 (or 0xBA0675) is known color: Medium Violet Red. HEX triplet: BA, 06 and 75. RGB value is (186,6,117). Sum of RGB (Red+Green+Blue) = 186+6+117=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0675 is #45F98A. Grayscale: #484848. Windows color (decimal): -4585867 or 7669434. OLE color: 7669434.

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

Color convert

RGB 186 6 117 -
CMYK 0 0.97 0.37 0.27
HSL 323º 0.94% 0.38% -
HSV(B) 323º 0.97% 0.73% -
XYZ 23.53 11.85 17.88 -
YUV 72.47 153.13 208.97 -
System Red Green Blue C M Y K H S L
Decimal 186 6 117 0 0.97 0.37 0.27 323 0.94 0.38
Hex BA 6 75 0 61 25 1B 143 5E 26
Octal 272 6 165 0 141 45 33 503 136 46
Binary 10111010 110 1110101 0 1100001 100101 11011 101000011 1011110 100110

Color Harmonies of #BA0675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0675

Black with #BA0675

Text Example


Text Example

White with #BA0675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0675; }

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

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

background-color css

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

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

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

border-color css

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

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

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