#BF229E

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

Shades of Medium Violet Red #BF229E

Tints of Medium Violet Red #BF229E

Color information

#BF229E (or 0xBF229E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 22 and 9E. RGB value is (191,34,158). Sum of RGB (Red+Green+Blue) = 191+34+158=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF229E is #40DD61. Grayscale: #5E5E5E. Windows color (decimal): -4250978 or 10363583. OLE color: 10363583.

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

Color convert

RGB19134158-
CMYK00.820.170.25
HSL312.61º69.78%44.12%-
HSV(B)312.61º82.2%74.9%-
XYZ28.2314.6933.7-
YUV95.08163.51196.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 34 (13.67% from 255) = 8.88%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=49.87%
G=8.88%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913415800.820.170.25312.6169.7844.12
HexBF229E0521119139462c
Octal277422360122213147110654
Binary10111111100010100111100101001010001110011001110011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF229E; }

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

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

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

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

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

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

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

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