#BF46FB

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

Shades of Medium Orchid #BF46FB

Tints of Medium Orchid #BF46FB

Color information

#BF46FB (or 0xBF46FB) is unknown color: approx Medium Orchid. HEX triplet: BF, 46 and FB. RGB value is (191,70,251). Sum of RGB (Red+Green+Blue) = 191+70+251=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF46FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF46FB is #40B904. Grayscale: #7E7E7E. Windows color (decimal): -4241669 or 16467647. OLE color: 16467647.

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

Color convert

RGB19170251-
CMYK0.240.7200.02
HSL280.11º95.77%62.94%-
HSV(B)280.11º72.11%98.43%-
XYZ41.0922.4293.43-
YUV126.81198.09173.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 70 (27.73% from 255) = 13.67%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=37.30%
G=13.67%
B=49.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191702510.240.7200.02280.1195.7762.94
HexBF46FB184802118603f
Octal277106373301100243014077
Binary101111111000110111110111100010010000101000110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF46FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF46FB; }

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

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

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

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

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

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

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

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