#BF266C

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

Shades of Medium Red Violet #BF266C

Tints of Medium Red Violet #BF266C

Color information

#BF266C (or 0xBF266C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and 6C. RGB value is (191,38,108). Sum of RGB (Red+Green+Blue) = 191+38+108=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF266C is #40D993. Grayscale: #5B5B5B. Windows color (decimal): -4250004 or 7087807. OLE color: 7087807.

HSL color Cylindrical-coordinate representation of color #BF266C: hue angle of 332.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF266C is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19138108-
CMYK00.800.430.25
HSL332.55º66.81%44.9%-
HSV(B)332.55º80.1%74.9%-
XYZ24.8913.5515.49-
YUV91.73137.19198.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 38 (15.23% from 255) = 11.28%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=56.68%
G=11.28%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913810800.800.430.25332.5566.8144.9
HexBF266C0502B1914d432d
Octal277461540120533151510355
Binary10111111100110110110001010000101011110011010011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF266C; }

 p { color: rgb(191,38,108); }

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

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

 a { background-color: rgb(191,38,108); }

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

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

 span { border-color: rgb(191,38,108); }

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