Html Css Color HEX #BA0090 Medium Violet Red

📋 copy color: '#BA0090'

red 186 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #BA0090

Tints of Medium Violet Red #BA0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 56.36%
G = 0%
B = 43.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA0090 (or 0xBA0090) is known color: Medium Violet Red. HEX triplet: BA, 00 and 90. RGB value is (186,0,144). Sum of RGB (Red+Green+Blue) = 186+0+144=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0090 is #45FF6F. Grayscale: #474747. Windows color (decimal): -4587376 or 9437370. OLE color: 9437370.

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

Color convert

RGB 186 0 144 -
CMYK 0 1 0.23 0.27
HSL 313.55º 1% 0.36% -
HSV(B) 313.55º 1% 0.73% -
XYZ 25.28 12.45 27.46 -
YUV 72.03 168.62 209.29 -
System Red Green Blue C M Y K H S L
Decimal 186 0 144 0 1 0.23 0.27 313.55 1 0.36
Hex BA 0 90 0 64 17 1B 13A 64 24
Octal 272 0 220 0 144 27 33 472 144 44
Binary 10111010 0 10010000 0 1100100 10111 11011 100111010 1100100 100100

Color Harmonies of #BA0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0090

Black with #BA0090

Text Example


Text Example

White with #BA0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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