#BF45FE

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

Shades of Medium Orchid #BF45FE

Tints of Medium Orchid #BF45FE

Color information

#BF45FE (or 0xBF45FE) is unknown color: approx Medium Orchid. HEX triplet: BF, 45 and FE. RGB value is (191,69,254). Sum of RGB (Red+Green+Blue) = 191+69+254=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF45FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF45FE is #40BA01. Grayscale: #7D7D7D. Windows color (decimal): -4241922 or 16663999. OLE color: 16663999.

HSL color Cylindrical-coordinate representation of color #BF45FE: hue angle of 279.57º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF45FE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19169254-
CMYK0.250.7300.00
HSL279.57º98.93%63.33%-
HSV(B)279.57º72.83%99.61%-
XYZ41.522.4995.92-
YUV126.57199.92173.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 69 (27.34% from 255) = 13.42%
BLUE value IS 254 (99.61% from 255) = 49.42%
R=37.16%
G=13.42%
B=49.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal191692540.250.7300.00279.5798.9363.33
HexBF45FE194900118633f
Octal277105376311110043014377
Binary10111111100010111111110110011001001001000110001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45FE; }

 p { color: rgb(191,69,254); }

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

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

 a { background-color: rgb(191,69,254); }

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

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

 span { border-color: rgb(191,69,254); }

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