#BF267E

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

Shades of Medium Red Violet #BF267E

Tints of Medium Red Violet #BF267E

Color information

#BF267E (or 0xBF267E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and 7E. RGB value is (191,38,126). Sum of RGB (Red+Green+Blue) = 191+38+126=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF267E is #40D981. Grayscale: #5D5D5D. Windows color (decimal): -4249986 or 8267455. OLE color: 8267455.

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

Color convert

RGB19138126-
CMYK00.800.340.25
HSL325.49º66.81%44.9%-
HSV(B)325.49º80.1%74.9%-
XYZ25.9413.9721.07-
YUV93.78146.19197.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 38 (15.23% from 255) = 10.70%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=53.80%
G=10.70%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913812600.800.340.25325.4966.8144.9
HexBF267E0502219145432d
Octal277461760120423150510355
Binary10111111100110111111001010000100010110011010001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF267E; }

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

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

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

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

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

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

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

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