#BF3B7B

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

Shades of Medium Red Violet #BF3B7B

Tints of Medium Red Violet #BF3B7B

Color information

#BF3B7B (or 0xBF3B7B) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3B and 7B. RGB value is (191,59,123). Sum of RGB (Red+Green+Blue) = 191+59+123=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3B7B is #40C484. Grayscale: #696969. Windows color (decimal): -4244613 or 8076223. OLE color: 8076223.

HSL color Cylindrical-coordinate representation of color #BF3B7B: hue angle of 330.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3B7B is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19159123-
CMYK00.690.360.25
HSL330.91º52.8%49.02%-
HSV(B)330.91º69.11%74.9%-
XYZ26.6215.6320.35-
YUV105.76137.73188.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=51.21%
G=15.82%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915912300.690.360.25330.9152.849.02
HexBF3B7B045241914b3531
Octal27773173010544315136561
Binary1011111111101111110110100010110010011001101001011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B7B; }

 p { color: rgb(191,59,123); }

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

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

 a { background-color: rgb(191,59,123); }

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

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

 span { border-color: rgb(191,59,123); }

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