Html Css Color HEX #BA008D Medium Violet Red

📋 copy color: '#BA008D'

red 186 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #BA008D

Tints of Medium Violet Red #BA008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 56.88%
G = 0%
B = 43.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA008D (or 0xBA008D) is known color: Medium Violet Red. HEX triplet: BA, 00 and 8D. RGB value is (186,0,141). Sum of RGB (Red+Green+Blue) = 186+0+141=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA008D is #45FF72. Grayscale: #474747. Windows color (decimal): -4587379 or 9240762. OLE color: 9240762.

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

Color convert

RGB 186 0 141 -
CMYK 0 1 0.24 0.27
HSL 314.52º 1% 0.36% -
HSV(B) 314.52º 1% 0.73% -
XYZ 25.06 12.36 26.26 -
YUV 71.69 167.12 209.54 -
System Red Green Blue C M Y K H S L
Decimal 186 0 141 0 1 0.24 0.27 314.52 1 0.36
Hex BA 0 8D 0 64 18 1B 13B 64 24
Octal 272 0 215 0 144 30 33 473 144 44
Binary 10111010 0 10001101 0 1100100 11000 11011 100111011 1100100 100100

Color Harmonies of #BA008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA008D

Black with #BA008D

Text Example


Text Example

White with #BA008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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