Html Css Color HEX #BA0096 Medium Violet Red

📋 copy color: '#BA0096'

red 186 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #BA0096

Tints of Medium Violet Red #BA0096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 55.36%
G = 0%
B = 44.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA0096 (or 0xBA0096) is known color: Medium Violet Red. HEX triplet: BA, 00 and 96. RGB value is (186,0,150). Sum of RGB (Red+Green+Blue) = 186+0+150=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0096 is #45FF69. Grayscale: #484848. Windows color (decimal): -4587370 or 9830586. OLE color: 9830586.

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

Color convert

RGB 186 0 150 -
CMYK 0 1 0.19 0.27
HSL 311.61º 1% 0.36% -
HSV(B) 311.61º 1% 0.73% -
XYZ 25.75 12.64 29.94 -
YUV 72.71 171.62 208.8 -
System Red Green Blue C M Y K H S L
Decimal 186 0 150 0 1 0.19 0.27 311.61 1 0.36
Hex BA 0 96 0 64 13 1B 138 64 24
Octal 272 0 226 0 144 23 33 470 144 44
Binary 10111010 0 10010110 0 1100100 10011 11011 100111000 1100100 100100

Color Harmonies of #BA0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0096

Black with #BA0096

Text Example


Text Example

White with #BA0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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