#BF3BF7

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

Shades of Medium Orchid #BF3BF7

Tints of Medium Orchid #BF3BF7

Color information

#BF3BF7 (or 0xBF3BF7) is unknown color: approx Medium Orchid. HEX triplet: BF, 3B and F7. RGB value is (191,59,247). Sum of RGB (Red+Green+Blue) = 191+59+247=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF3BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3BF7 is #40C408. Grayscale: #777777. Windows color (decimal): -4244489 or 16202687. OLE color: 16202687.

HSL color Cylindrical-coordinate representation of color #BF3BF7: hue angle of 282.13º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF3BF7 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19159247-
CMYK0.230.7600.03
HSL282.13º92.16%60%-
HSV(B)282.13º76.11%96.86%-
XYZ39.8420.9289.93-
YUV119.9199.73178.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 59 (23.44% from 255) = 11.87%
BLUE value IS 247 (96.88% from 255) = 49.70%
R=38.43%
G=11.87%
B=49.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal191592470.230.7600.03282.1392.1660
HexBF3BF7174C0311a5c3c
Octal27773367271140343213474
Binary10111111111011111101111011110011000111000110101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3BF7; }

 p { color: rgb(191,59,247); }

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

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

 a { background-color: rgb(191,59,247); }

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

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

 span { border-color: rgb(191,59,247); }

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