#BF47F6

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

Shades of Medium Orchid #BF47F6

Tints of Medium Orchid #BF47F6

Color information

#BF47F6 (or 0xBF47F6) is unknown color: approx Medium Orchid. HEX triplet: BF, 47 and F6. RGB value is (191,71,246). Sum of RGB (Red+Green+Blue) = 191+71+246=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF47F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF47F6 is #40B809. Grayscale: #7E7E7E. Windows color (decimal): -4241418 or 16140223. OLE color: 16140223.

HSL color Cylindrical-coordinate representation of color #BF47F6: hue angle of 281.14º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF47F6 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19171246-
CMYK0.220.7100.04
HSL281.14º90.67%62.16%-
HSV(B)281.14º71.14%96.47%-
XYZ40.3722.2489.35-
YUV126.83195.26173.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 71 (28.12% from 255) = 13.98%
BLUE value IS 246 (96.48% from 255) = 48.43%
R=37.60%
G=13.98%
B=48.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191712460.220.7100.04281.1490.6762.16
HexBF47F61647041195b3e
Octal277107366261070443113376
Binary1011111110001111111011010110100011101001000110011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF47F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF47F6; }

 p { color: rgb(191,71,246); }

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

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

 a { background-color: rgb(191,71,246); }

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

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

 span { border-color: rgb(191,71,246); }

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