Html Css Color HEX #BA008E Medium Violet Red

📋 copy color: '#BA008E'

red 186 ◦ green 0 ◦ blue 142

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

Shades of Medium Violet Red #BA008E

Tints of Medium Violet Red #BA008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 56.71%
G = 0%
B = 43.29%

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

#BA008E (or 0xBA008E) is known color: Medium Violet Red. HEX triplet: BA, 00 and 8E. RGB value is (186,0,142). Sum of RGB (Red+Green+Blue) = 186+0+142=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA008E is #45FF71. Grayscale: #474747. Windows color (decimal): -4587378 or 9306298. OLE color: 9306298.

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

Color convert

RGB 186 0 142 -
CMYK 0 1 0.24 0.27
HSL 314.19º 1% 0.36% -
HSV(B) 314.19º 1% 0.73% -
XYZ 25.13 12.39 26.66 -
YUV 71.8 167.62 209.45 -
System Red Green Blue C M Y K H S L
Decimal 186 0 142 0 1 0.24 0.27 314.19 1 0.36
Hex BA 0 8E 0 64 18 1B 13A 64 24
Octal 272 0 216 0 144 30 33 472 144 44
Binary 10111010 0 10001110 0 1100100 11000 11011 100111010 1100100 100100

Color Harmonies of #BA008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA008E

Black with #BA008E

Text Example


Text Example

White with #BA008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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