#BF57FB

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

Shades of Medium Orchid #BF57FB

Tints of Medium Orchid #BF57FB

Color information

#BF57FB (or 0xBF57FB) is unknown color: approx Medium Orchid. HEX triplet: BF, 57 and FB. RGB value is (191,87,251). Sum of RGB (Red+Green+Blue) = 191+87+251=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF57FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF57FB is #40A804. Grayscale: #888888. Windows color (decimal): -4237317 or 16471999. OLE color: 16471999.

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

Color convert

RGB19187251-
CMYK0.240.6500.02
HSL278.05º95.35%66.27%-
HSV(B)278.05º65.34%98.43%-
XYZ42.3124.8693.84-
YUV136.79192.46166.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 87 (34.38% from 255) = 16.45%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=36.11%
G=16.45%
B=47.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191872510.240.6500.02278.0595.3566.27
HexBF57FB1841021165f42
Octal2771273733010102426137102
Binary1011111110101111111101111000100000101010001011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF57FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF57FB; }

 p { color: rgb(191,87,251); }

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

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

 a { background-color: rgb(191,87,251); }

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

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

 span { border-color: rgb(191,87,251); }

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