#BF269C

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

Shades of Medium Red Violet #BF269C

Tints of Medium Red Violet #BF269C

Color information

#BF269C (or 0xBF269C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and 9C. RGB value is (191,38,156). Sum of RGB (Red+Green+Blue) = 191+38+156=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF269C is #40D963. Grayscale: #606060. Windows color (decimal): -4249956 or 10233535. OLE color: 10233535.

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

Color convert

RGB19138156-
CMYK00.800.180.25
HSL313.73º66.81%44.9%-
HSV(B)313.73º80.1%74.9%-
XYZ28.1814.8632.84-
YUV97.2161.19194.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 38 (15.23% from 255) = 9.87%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=49.61%
G=9.87%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913815600.800.180.25313.7366.8144.9
HexBF269C050121913a432d
Octal277462340120223147210355
Binary10111111100110100111000101000010010110011001110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF269C; }

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

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

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

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

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

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

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

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