Html Css Color HEX #BA0699 Medium Violet Red

📋 copy color: '#BA0699'

red 186 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #BA0699

Tints of Medium Violet Red #BA0699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 53.91%
G = 1.74%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA0699 (or 0xBA0699) is known color: Medium Violet Red. HEX triplet: BA, 06 and 99. RGB value is (186,6,153). Sum of RGB (Red+Green+Blue) = 186+6+153=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0699 is #45F966. Grayscale: #4C4C4C. Windows color (decimal): -4585831 or 10028730. OLE color: 10028730.

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

Color convert

RGB 186 6 153 -
CMYK 0 0.97 0.18 0.27
HSL 311º 0.94% 0.38% -
HSV(B) 311º 0.97% 0.73% -
XYZ 26.06 12.87 31.25 -
YUV 76.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 186 6 153 0 0.97 0.18 0.27 311 0.94 0.38
Hex BA 6 99 0 61 12 1B 137 5E 26
Octal 272 6 231 0 141 22 33 467 136 46
Binary 10111010 110 10011001 0 1100001 10010 11011 100110111 1011110 100110

Color Harmonies of #BA0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0699

Black with #BA0699

Text Example


Text Example

White with #BA0699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0699; }

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

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

background-color css

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

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

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

border-color css

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

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

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