#BF348A

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

Shades of Medium Red Violet #BF348A

Tints of Medium Red Violet #BF348A

Color information

#BF348A (or 0xBF348A) is unknown color: approx Medium Red Violet. HEX triplet: BF, 34 and 8A. RGB value is (191,52,138). Sum of RGB (Red+Green+Blue) = 191+52+138=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF348A is #40CB75. Grayscale: #676767. Windows color (decimal): -4246390 or 9057471. OLE color: 9057471.

HSL color Cylindrical-coordinate representation of color #BF348A: hue angle of 322.88º 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 #BF348A is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19152138-
CMYK00.730.280.25
HSL322.88º57.2%47.65%-
HSV(B)322.88º72.77%74.9%-
XYZ27.315.3725.57-
YUV103.36147.55190.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 52 (20.70% from 255) = 13.65%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=50.13%
G=13.65%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915213800.730.280.25322.8857.247.65
HexBF348A0491C191433930
Octal27764212011134315037160
Binary1011111111010010001010010010011110011001101000011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF348A; }

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

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

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

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

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

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

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

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