Html Css Color HEX #BA038D Medium Violet Red

📋 copy color: '#BA038D'

red 186 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #BA038D

Tints of Medium Violet Red #BA038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 56.36%
G = 0.91%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA038D (or 0xBA038D) is known color: Medium Violet Red. HEX triplet: BA, 03 and 8D. RGB value is (186,3,141). Sum of RGB (Red+Green+Blue) = 186+3+141=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA038D is #45FC72. Grayscale: #494949. Windows color (decimal): -4586611 or 9241530. OLE color: 9241530.

HSL color Cylindrical-coordinate representation of color #BA038D: hue angle of 314.75º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA038D is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 141 -
CMYK 0 0.98 0.24 0.27
HSL 314.75º 0.97% 0.37% -
HSV(B) 314.75º 0.98% 0.73% -
XYZ 25.09 12.43 26.28 -
YUV 73.45 166.13 208.28 -
System Red Green Blue C M Y K H S L
Decimal 186 3 141 0 0.98 0.24 0.27 314.75 0.97 0.37
Hex BA 3 8D 0 62 18 1B 13B 61 25
Octal 272 3 215 0 142 30 33 473 141 45
Binary 10111010 11 10001101 0 1100010 11000 11011 100111011 1100001 100101

Color Harmonies of #BA038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA038D

Black with #BA038D

Text Example


Text Example

White with #BA038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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