#BF276A

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

Shades of Medium Red Violet #BF276A

Tints of Medium Red Violet #BF276A

Color information

#BF276A (or 0xBF276A) is unknown color: approx Medium Red Violet. HEX triplet: BF, 27 and 6A. RGB value is (191,39,106). Sum of RGB (Red+Green+Blue) = 191+39+106=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF276A is #40D895. Grayscale: #5B5B5B. Windows color (decimal): -4249750 or 6956991. OLE color: 6956991.

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

Color convert

RGB19139106-
CMYK00.800.450.25
HSL333.55º66.09%45.1%-
HSV(B)333.55º79.58%74.9%-
XYZ24.8113.5714.95-
YUV92.09135.86198.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 39 (15.62% from 255) = 11.61%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=56.85%
G=11.61%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913910600.800.450.25333.5566.0945.1
HexBF276A0502D1914e422d
Octal277471520120553151610255
Binary10111111100111110101001010000101101110011010011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF276A; }

 p { color: rgb(191,39,106); }

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

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

 a { background-color: rgb(191,39,106); }

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

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

 span { border-color: rgb(191,39,106); }

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