Html Css Color HEX #BA008F Medium Violet Red

📋 copy color: '#BA008F'

red 186 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #BA008F

Tints of Medium Violet Red #BA008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 56.53%
G = 0%
B = 43.47%

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

#BA008F (or 0xBA008F) is known color: Medium Violet Red. HEX triplet: BA, 00 and 8F. RGB value is (186,0,143). Sum of RGB (Red+Green+Blue) = 186+0+143=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA008F is #45FF70. Grayscale: #474747. Windows color (decimal): -4587377 or 9371834. OLE color: 9371834.

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

Color convert

RGB 186 0 143 -
CMYK 0 1 0.23 0.27
HSL 313.87º 1% 0.36% -
HSV(B) 313.87º 1% 0.73% -
XYZ 25.21 12.42 27.06 -
YUV 71.92 168.12 209.37 -
System Red Green Blue C M Y K H S L
Decimal 186 0 143 0 1 0.23 0.27 313.87 1 0.36
Hex BA 0 8F 0 64 17 1B 13A 64 24
Octal 272 0 217 0 144 27 33 472 144 44
Binary 10111010 0 10001111 0 1100100 10111 11011 100111010 1100100 100100

Color Harmonies of #BA008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA008F

Black with #BA008F

Text Example


Text Example

White with #BA008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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