Html Css Color HEX #BA048B Medium Violet Red

📋 copy color: '#BA048B'

red 186 ◦ green 4 ◦ blue 139

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

Shades of Medium Violet Red #BA048B

Tints of Medium Violet Red #BA048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 56.53%
G = 1.22%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA048B (or 0xBA048B) is known color: Medium Violet Red. HEX triplet: BA, 04 and 8B. RGB value is (186,4,139). Sum of RGB (Red+Green+Blue) = 186+4+139=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA048B is #45FB74. Grayscale: #494949. Windows color (decimal): -4586357 or 9110714. OLE color: 9110714.

HSL color Cylindrical-coordinate representation of color #BA048B: hue angle of 315.49º degrees, saturation: 0.96, 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 #BA048B is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 139 -
CMYK 0 0.98 0.25 0.27
HSL 315.49º 0.96% 0.37% -
HSV(B) 315.49º 0.98% 0.73% -
XYZ 24.95 12.39 25.5 -
YUV 73.81 164.8 208.02 -
System Red Green Blue C M Y K H S L
Decimal 186 4 139 0 0.98 0.25 0.27 315.49 0.96 0.37
Hex BA 4 8B 0 62 19 1B 13B 60 25
Octal 272 4 213 0 142 31 33 473 140 45
Binary 10111010 100 10001011 0 1100010 11001 11011 100111011 1100000 100101

Color Harmonies of #BA048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA048B

Black with #BA048B

Text Example


Text Example

White with #BA048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA048B; }

 p { color: rgb(186,4,139); }

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

background-color css

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

 a { background-color: rgb(186,4,139); }

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

border-color css

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

 span { border-color: rgb(186,4,139); }

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