#bf338b

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

Shades of Medium Red Violet #BF338B

Tints of Medium Red Violet #BF338B

Color information

#BF338B (or 0xBF338B) is unknown color: approx Medium Red Violet. HEX triplet: BF, 33 and 8B. RGB value is (191,51,139). Sum of RGB (Red+Green+Blue) = 191+51+139=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF338B is #40CC74. Grayscale: #666666. Windows color (decimal): -4246645 or 9122751. OLE color: 9122751.

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

Color convert

RGB19151139-
CMYK00.730.270.25
HSL322.29º57.85%47.45%-
HSV(B)322.29º73.3%74.9%-
XYZ27.3315.3125.94-
YUV102.89148.38190.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 51 (20.31% from 255) = 13.39%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=50.13%
G=13.39%
B=36.48%

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
Decimal1915113900.730.270.25322.2957.8547.45
HexBF338B0491B191423a2f
Octal27763213011133315027257
Binary1011111111001110001011010010011101111001101000010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf338b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf338b; }

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

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

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

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

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

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

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

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