#BF267B

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

Shades of Medium Red Violet #BF267B

Tints of Medium Red Violet #BF267B

Color information

#BF267B (or 0xBF267B) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and 7B. RGB value is (191,38,123). Sum of RGB (Red+Green+Blue) = 191+38+123=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF267B is #40D984. Grayscale: #5D5D5D. Windows color (decimal): -4249989 or 8070847. OLE color: 8070847.

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

Color convert

RGB19138123-
CMYK00.800.360.25
HSL326.67º66.81%44.9%-
HSV(B)326.67º80.1%74.9%-
XYZ25.7513.8920.06-
YUV93.44144.69197.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.26%
GREEN value IS 38 (15.23% from 255) = 10.80%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=54.26%
G=10.80%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913812300.800.360.25326.6766.8144.9
HexBF267B0502419147432d
Octal277461730120443150710355
Binary10111111100110111101101010000100100110011010001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF267B; }

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

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

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

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

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

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

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

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