#BF226E

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

Shades of Medium Violet Red #BF226E

Tints of Medium Violet Red #BF226E

Color information

#BF226E (or 0xBF226E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 22 and 6E. RGB value is (191,34,110). Sum of RGB (Red+Green+Blue) = 191+34+110=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF226E is #40DD91. Grayscale: #595959. Windows color (decimal): -4251026 or 7217855. OLE color: 7217855.

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

Color convert

RGB19134110-
CMYK00.820.420.25
HSL330.96º69.78%44.12%-
HSV(B)330.96º82.2%74.9%-
XYZ24.8713.3516.02-
YUV89.61139.51200.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.01%
GREEN value IS 34 (13.67% from 255) = 10.15%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=57.01%
G=10.15%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913411000.820.420.25330.9669.7844.12
HexBF226E0522A1914b462c
Octal277421560122523151310654
Binary10111111100010110111001010010101010110011010010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF226E; }

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

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

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

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

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

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

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

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