Html Css Color HEX #BA0984 Medium Violet Red

📋 copy color: '#BA0984'

red 186 ◦ green 9 ◦ blue 132

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

Shades of Medium Violet Red #BA0984

Tints of Medium Violet Red #BA0984

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.75%

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 56.88%
G = 2.75%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA0984 (or 0xBA0984) is known color: Medium Violet Red. HEX triplet: BA, 09 and 84. RGB value is (186,9,132). Sum of RGB (Red+Green+Blue) = 186+9+132=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0984 is #45F67B. Grayscale: #4B4B4B. Windows color (decimal): -4585084 or 8653242. OLE color: 8653242.

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

Color convert

RGB 186 9 132 -
CMYK 0 0.95 0.29 0.27
HSL 318.31º 0.91% 0.38% -
HSV(B) 318.31º 0.95% 0.73% -
XYZ 24.51 12.3 22.91 -
YUV 75.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 186 9 132 0 0.95 0.29 0.27 318.31 0.91 0.38
Hex BA 9 84 0 5F 1D 1B 13E 5B 26
Octal 272 11 204 0 137 35 33 476 133 46
Binary 10111010 1001 10000100 0 1011111 11101 11011 100111110 1011011 100110

Color Harmonies of #BA0984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0984

Black with #BA0984

Text Example


Text Example

White with #BA0984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0984; }

 p { color: rgb(186,9,132); }

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

background-color css

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

 a { background-color: rgb(186,9,132); }

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

border-color css

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

 span { border-color: rgb(186,9,132); }

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