#BF2284

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

Shades of Medium Violet Red #BF2284

Tints of Medium Violet Red #BF2284

Color information

#BF2284 (or 0xBF2284) is unknown color: approx Medium Violet Red. HEX triplet: BF, 22 and 84. RGB value is (191,34,132). Sum of RGB (Red+Green+Blue) = 191+34+132=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2284 is #40DD7B. Grayscale: #5B5B5B. Windows color (decimal): -4251004 or 8659647. OLE color: 8659647.

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

Color convert

RGB19134132-
CMYK00.820.310.25
HSL322.55º69.78%44.12%-
HSV(B)322.55º82.2%74.9%-
XYZ26.2213.8923.13-
YUV92.12150.51198.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 34 (13.67% from 255) = 9.52%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=53.50%
G=9.52%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913413200.820.310.25322.5569.7844.12
HexBF22840521F19143462c
Octal277422040122373150310654
Binary10111111100010100001000101001011111110011010000111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2284; }

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

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

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

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

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

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

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

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