#BF54F9

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

Shades of Medium Orchid #BF54F9

Tints of Medium Orchid #BF54F9

Color information

#BF54F9 (or 0xBF54F9) is unknown color: approx Medium Orchid. HEX triplet: BF, 54 and F9. RGB value is (191,84,249). Sum of RGB (Red+Green+Blue) = 191+84+249=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF54F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF54F9 is #40AB06. Grayscale: #868686. Windows color (decimal): -4238087 or 16340159. OLE color: 16340159.

HSL color Cylindrical-coordinate representation of color #BF54F9: hue angle of 278.91º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF54F9 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19184249-
CMYK0.230.6600.02
HSL278.91º93.22%65.29%-
HSV(B)278.91º66.27%97.65%-
XYZ41.7624.2692.1-
YUV134.8192.45168.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 84 (33.20% from 255) = 16.03%
BLUE value IS 249 (97.66% from 255) = 47.52%
R=36.45%
G=16.03%
B=47.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191842490.230.6600.02278.9193.2265.29
HexBF54F91742021175d41
Octal2771243712710202427135101
Binary1011111110101001111100110111100001001010001011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF54F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF54F9; }

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

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

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

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

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

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

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

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