#BF377E

Color #BF377E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BF377E

Tints of Medium Red Violet #BF377E

Color information

#BF377E (or 0xBF377E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 37 and 7E. RGB value is (191,55,126). Sum of RGB (Red+Green+Blue) = 191+55+126=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF377E is #40C881. Grayscale: #676767. Windows color (decimal): -4245634 or 8271807. OLE color: 8271807.

HSL color Cylindrical-coordinate representation of color #BF377E: hue angle of 328.68º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF377E is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19155126-
CMYK00.710.340.25
HSL328.68º55.28%48.24%-
HSV(B)328.68º71.2%74.9%-
XYZ26.6215.3221.29-
YUV103.76140.56190.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.34%
GREEN value IS 55 (21.88% from 255) = 14.78%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=51.34%
G=14.78%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915512600.710.340.25328.6855.2848.24
HexBF377E04722191493730
Octal27767176010742315116760
Binary1011111111011111111100100011110001011001101001001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF377E; }

 p { color: rgb(191,55,126); }

 H1.HeaderClassName
 {
   color: #BF377E;
 }
 .AnyTagClassName
 {
   color: #BF377E;
 }
</style>
background-color css

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

 a { background-color: rgb(191,55,126); }

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

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

 span { border-color: rgb(191,55,126); }

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