#BF317B

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

Shades of Medium Red Violet #BF317B

Tints of Medium Red Violet #BF317B

Color information

#BF317B (or 0xBF317B) is unknown color: approx Medium Red Violet. HEX triplet: BF, 31 and 7B. RGB value is (191,49,123). Sum of RGB (Red+Green+Blue) = 191+49+123=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF317B is #40CE84. Grayscale: #636363. Windows color (decimal): -4247173 or 8073663. OLE color: 8073663.

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

Color convert

RGB19149123-
CMYK00.740.360.25
HSL328.73º59.17%47.06%-
HSV(B)328.73º74.35%74.9%-
XYZ26.1614.720.2-
YUV99.89141.04192.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 49 (19.53% from 255) = 13.50%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=52.62%
G=13.50%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914912300.740.360.25328.7359.1747.06
HexBF317B04A24191493b2f
Octal27761173011244315117357
Binary1011111111000111110110100101010010011001101001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF317B; }

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

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

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

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

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

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

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

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