Html Css Color HEX #BA0086 Medium Violet Red

📋 copy color: '#BA0086'

red 186 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #BA0086

Tints of Medium Violet Red #BA0086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 58.13%
G = 0%
B = 41.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA0086 (or 0xBA0086) is known color: Medium Violet Red. HEX triplet: BA, 00 and 86. RGB value is (186,0,134). Sum of RGB (Red+Green+Blue) = 186+0+134=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0086 is #45FF79. Grayscale: #464646. Windows color (decimal): -4587386 or 8782010. OLE color: 8782010.

HSL color Cylindrical-coordinate representation of color #BA0086: hue angle of 316.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0086 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 134 -
CMYK 0 1 0.28 0.27
HSL 316.77º 1% 0.36% -
HSV(B) 316.77º 1% 0.73% -
XYZ 24.55 12.16 23.61 -
YUV 70.89 163.62 210.1 -
System Red Green Blue C M Y K H S L
Decimal 186 0 134 0 1 0.28 0.27 316.77 1 0.36
Hex BA 0 86 0 64 1C 1B 13D 64 24
Octal 272 0 206 0 144 34 33 475 144 44
Binary 10111010 0 10000110 0 1100100 11100 11011 100111101 1100100 100100

Color Harmonies of #BA0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0086

Black with #BA0086

Text Example


Text Example

White with #BA0086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0086; }

 p { color: rgb(186,0,134); }

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

background-color css

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

 a { background-color: rgb(186,0,134); }

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

border-color css

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

 span { border-color: rgb(186,0,134); }

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