#BF46F3

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

Shades of Medium Orchid #BF46F3

Tints of Medium Orchid #BF46F3

Color information

#BF46F3 (or 0xBF46F3) is unknown color: approx Medium Orchid. HEX triplet: BF, 46 and F3. RGB value is (191,70,243). Sum of RGB (Red+Green+Blue) = 191+70+243=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF46F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF46F3 is #40B90C. Grayscale: #7D7D7D. Windows color (decimal): -4241677 or 15943359. OLE color: 15943359.

HSL color Cylindrical-coordinate representation of color #BF46F3: hue angle of 281.97º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF46F3 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19170243-
CMYK0.210.7100.05
HSL281.97º87.82%61.37%-
HSV(B)281.97º71.19%95.29%-
XYZ39.8521.9386.93-
YUV125.9194.09174.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 70 (27.73% from 255) = 13.89%
BLUE value IS 243 (95.31% from 255) = 48.21%
R=37.90%
G=13.89%
B=48.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191702430.210.7100.05281.9787.8261.37
HexBF46F315470511a583d
Octal277106363251070543213075
Binary1011111110001101111001110101100011101011000110101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF46F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF46F3; }

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

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

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

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

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

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

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

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