#BF267A

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

Shades of Medium Red Violet #BF267A

Tints of Medium Red Violet #BF267A

Color information

#BF267A (or 0xBF267A) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and 7A. RGB value is (191,38,122). Sum of RGB (Red+Green+Blue) = 191+38+122=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF267A is #40D985. Grayscale: #5D5D5D. Windows color (decimal): -4249990 or 8005311. OLE color: 8005311.

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

Color convert

RGB19138122-
CMYK00.800.360.25
HSL327.06º66.81%44.9%-
HSV(B)327.06º80.1%74.9%-
XYZ25.6913.8719.73-
YUV93.32144.19197.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.42%
GREEN value IS 38 (15.23% from 255) = 10.83%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=54.42%
G=10.83%
B=34.76%

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
Decimal1913812200.800.360.25327.0666.8144.9
HexBF267A0502419147432d
Octal277461720120443150710355
Binary10111111100110111101001010000100100110011010001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF267A; }

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

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

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

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

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

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

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

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