Html Css Color HEX #BA2F73 Medium Red Violet

📋 copy color: '#BA2F73'

red 186 ◦ green 47 ◦ blue 115

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

Shades of Medium Red Violet #BA2F73

Tints of Medium Red Violet #BA2F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 53.45%
G = 13.51%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA2F73 (or 0xBA2F73) is known color: Medium Red Violet. HEX triplet: BA, 2F and 73. RGB value is (186,47,115). Sum of RGB (Red+Green+Blue) = 186+47+115=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F73 is #45D08C. Grayscale: #606060. Windows color (decimal): -4575373 or 7548858. OLE color: 7548858.

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

Color convert

RGB 186 47 115 -
CMYK 0 0.75 0.38 0.27
HSL 330.65º 0.6% 0.46% -
HSV(B) 330.65º 0.75% 0.73% -
XYZ 24.36 13.71 17.58 -
YUV 96.31 138.55 191.97 -
System Red Green Blue C M Y K H S L
Decimal 186 47 115 0 0.75 0.38 0.27 330.65 0.6 0.46
Hex BA 2F 73 0 4B 26 1B 14B 3C 2E
Octal 272 57 163 0 113 46 33 513 74 56
Binary 10111010 101111 1110011 0 1001011 100110 11011 101001011 111100 101110

Color Harmonies of #BA2F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F73

Black with #BA2F73

Text Example


Text Example

White with #BA2F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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