#BF348B

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

Shades of Medium Red Violet #BF348B

Tints of Medium Red Violet #BF348B

Color information

#BF348B (or 0xBF348B) is unknown color: approx Medium Red Violet. HEX triplet: BF, 34 and 8B. RGB value is (191,52,139). Sum of RGB (Red+Green+Blue) = 191+52+139=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF348B is #40CB74. Grayscale: #676767. Windows color (decimal): -4246389 or 9123007. OLE color: 9123007.

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

Color convert

RGB19152139-
CMYK00.730.270.25
HSL322.45º57.2%47.65%-
HSV(B)322.45º72.77%74.9%-
XYZ27.3715.425.96-
YUV103.48148.05190.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 13.61%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=50%
G=13.61%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915213900.730.270.25322.4557.247.65
HexBF348B0491B191423930
Octal27764213011133315027160
Binary1011111111010010001011010010011101111001101000010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF348B; }

 p { color: rgb(191,52,139); }

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

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

 a { background-color: rgb(191,52,139); }

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

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

 span { border-color: rgb(191,52,139); }

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