Html Css Color HEX #BA2F7F Medium Red Violet

📋 copy color: '#BA2F7F'

red 186 ◦ green 47 ◦ blue 127

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

Shades of Medium Red Violet #BA2F7F

Tints of Medium Red Violet #BA2F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 51.67%
G = 13.06%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA2F7F (or 0xBA2F7F) is known color: Medium Red Violet. HEX triplet: BA, 2F and 7F. RGB value is (186,47,127). Sum of RGB (Red+Green+Blue) = 186+47+127=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F7F is #45D080. Grayscale: #616161. Windows color (decimal): -4575361 or 8335290. OLE color: 8335290.

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

Color convert

RGB 186 47 127 -
CMYK 0 0.75 0.32 0.27
HSL 325.47º 0.6% 0.46% -
HSV(B) 325.47º 0.75% 0.73% -
XYZ 25.1 14 21.46 -
YUV 97.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 186 47 127 0 0.75 0.32 0.27 325.47 0.6 0.46
Hex BA 2F 7F 0 4B 20 1B 145 3C 2E
Octal 272 57 177 0 113 40 33 505 74 56
Binary 10111010 101111 1111111 0 1001011 100000 11011 101000101 111100 101110

Color Harmonies of #BA2F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F7F

Black with #BA2F7F

Text Example


Text Example

White with #BA2F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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