#bf2287

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

Shades of Medium Violet Red #BF2287

Tints of Medium Violet Red #BF2287

Color information

#BF2287 (or 0xBF2287) is unknown color: approx Medium Violet Red. HEX triplet: BF, 22 and 87. RGB value is (191,34,135). Sum of RGB (Red+Green+Blue) = 191+34+135=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2287 is #40DD78. Grayscale: #5C5C5C. Windows color (decimal): -4251001 or 8856255. OLE color: 8856255.

HSL color Cylindrical-coordinate representation of color #BF2287: hue angle of 321.4º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2287 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19134135-
CMYK00.820.290.25
HSL321.4º69.78%44.12%-
HSV(B)321.4º82.2%74.9%-
XYZ26.4313.9724.23-
YUV92.46152.01198.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 34 (13.67% from 255) = 9.44%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=53.06%
G=9.44%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913413500.820.290.25321.469.7844.12
HexBF22870521D19141462c
Octal277422070122353150110654
Binary10111111100010100001110101001011101110011010000011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2287; }

 p { color: rgb(191,34,135); }

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

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

 a { background-color: rgb(191,34,135); }

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

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

 span { border-color: rgb(191,34,135); }

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