Html Css Color HEX #BA3A8F Medium Red Violet

📋 copy color: '#BA3A8F'

red 186 ◦ green 58 ◦ blue 143

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

Shades of Medium Red Violet #BA3A8F

Tints of Medium Red Violet #BA3A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.99%

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

R = 48.06%
G = 14.99%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA3A8F (or 0xBA3A8F) is known color: Medium Red Violet. HEX triplet: BA, 3A and 8F. RGB value is (186,58,143). Sum of RGB (Red+Green+Blue) = 186+58+143=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3A8F is #45C570. Grayscale: #696969. Windows color (decimal): -4572529 or 9386682. OLE color: 9386682.

HSL color Cylindrical-coordinate representation of color #BA3A8F: hue angle of 320.16º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A8F is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 58 143 -
CMYK 0 0.69 0.23 0.27
HSL 320.16º 0.52% 0.48% -
HSV(B) 320.16º 0.69% 0.73% -
XYZ 26.72 15.45 27.56 -
YUV 105.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 186 58 143 0 0.69 0.23 0.27 320.16 0.52 0.48
Hex BA 3A 8F 0 45 17 1B 140 34 30
Octal 272 72 217 0 105 27 33 500 64 60
Binary 10111010 111010 10001111 0 1000101 10111 11011 101000000 110100 110000

Color Harmonies of #BA3A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A8F

Black with #BA3A8F

Text Example


Text Example

White with #BA3A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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