Html Css Color HEX #BA0094 Medium Violet Red

📋 copy color: '#BA0094'

red 186 ◦ green 0 ◦ blue 148

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

Shades of Medium Violet Red #BA0094

Tints of Medium Violet Red #BA0094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 55.69%
G = 0%
B = 44.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA0094 (or 0xBA0094) is known color: Medium Violet Red. HEX triplet: BA, 00 and 94. RGB value is (186,0,148). Sum of RGB (Red+Green+Blue) = 186+0+148=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0094 is #45FF6B. Grayscale: #484848. Windows color (decimal): -4587372 or 9699514. OLE color: 9699514.

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

Color convert

RGB 186 0 148 -
CMYK 0 1 0.20 0.27
HSL 312.26º 1% 0.36% -
HSV(B) 312.26º 1% 0.73% -
XYZ 25.6 12.58 29.1 -
YUV 72.49 170.62 208.97 -
System Red Green Blue C M Y K H S L
Decimal 186 0 148 0 1 0.20 0.27 312.26 1 0.36
Hex BA 0 94 0 64 14 1B 138 64 24
Octal 272 0 224 0 144 24 33 470 144 44
Binary 10111010 0 10010100 0 1100100 10100 11011 100111000 1100100 100100

Color Harmonies of #BA0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0094

Black with #BA0094

Text Example


Text Example

White with #BA0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0094; }

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

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

background-color css

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

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

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

border-color css

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

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

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