Html Css Color HEX #BA2F8F Medium Red Violet

📋 copy color: '#BA2F8F'

red 186 ◦ green 47 ◦ blue 143

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

Shades of Medium Red Violet #BA2F8F

Tints of Medium Red Violet #BA2F8F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.5%

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

R = 49.47%
G = 12.5%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA2F8F (or 0xBA2F8F) is known color: Medium Red Violet. HEX triplet: BA, 2F and 8F. RGB value is (186,47,143). Sum of RGB (Red+Green+Blue) = 186+47+143=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F8F is #45D070. Grayscale: #636363. Windows color (decimal): -4575345 or 9383866. OLE color: 9383866.

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

Color convert

RGB 186 47 143 -
CMYK 0 0.75 0.23 0.27
HSL 318.56º 0.6% 0.46% -
HSV(B) 318.56º 0.75% 0.73% -
XYZ 26.22 14.46 27.39 -
YUV 99.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 186 47 143 0 0.75 0.23 0.27 318.56 0.6 0.46
Hex BA 2F 8F 0 4B 17 1B 13F 3C 2E
Octal 272 57 217 0 113 27 33 477 74 56
Binary 10111010 101111 10001111 0 1001011 10111 11011 100111111 111100 101110

Color Harmonies of #BA2F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F8F

Black with #BA2F8F

Text Example


Text Example

White with #BA2F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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