#BF368B

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

Shades of Medium Red Violet #BF368B

Tints of Medium Red Violet #BF368B

Color information

#BF368B (or 0xBF368B) is unknown color: approx Medium Red Violet. HEX triplet: BF, 36 and 8B. RGB value is (191,54,139). Sum of RGB (Red+Green+Blue) = 191+54+139=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF368B is #40C974. Grayscale: #686868. Windows color (decimal): -4245877 or 9123519. OLE color: 9123519.

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

Color convert

RGB19154139-
CMYK00.720.270.25
HSL322.77º55.92%48.04%-
HSV(B)322.77º71.73%74.9%-
XYZ27.4715.5825.99-
YUV104.65147.39189.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 54 (21.48% from 255) = 14.06%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=49.74%
G=14.06%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915413900.720.270.25322.7755.9248.04
HexBF368B0481B191433830
Octal27766213011033315037060
Binary1011111111011010001011010010001101111001101000011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF368B; }

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

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

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

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

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

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

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

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