#BF54F5

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

Shades of Medium Orchid #BF54F5

Tints of Medium Orchid #BF54F5

Color information

#BF54F5 (or 0xBF54F5) is unknown color: approx Medium Orchid. HEX triplet: BF, 54 and F5. RGB value is (191,84,245). Sum of RGB (Red+Green+Blue) = 191+84+245=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF54F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF54F5 is #40AB0A. Grayscale: #858585. Windows color (decimal): -4238091 or 16078015. OLE color: 16078015.

HSL color Cylindrical-coordinate representation of color #BF54F5: hue angle of 279.88º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF54F5 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19184245-
CMYK0.220.6600.04
HSL279.88º88.95%64.51%-
HSV(B)279.88º65.71%96.08%-
XYZ41.1424.0188.85-
YUV134.35190.45168.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 84 (33.20% from 255) = 16.15%
BLUE value IS 245 (96.09% from 255) = 47.12%
R=36.73%
G=16.15%
B=47.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191842450.220.6600.04279.8888.9564.51
HexBF54F51642041185941
Octal2771243652610204430131101
Binary10111111101010011110101101101000010010010001100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF54F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF54F5; }

 p { color: rgb(191,84,245); }

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

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

 a { background-color: rgb(191,84,245); }

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

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

 span { border-color: rgb(191,84,245); }

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