#BF4FEF

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

Shades of Medium Orchid #BF4FEF

Tints of Medium Orchid #BF4FEF

Color information

#BF4FEF (or 0xBF4FEF) is unknown color: approx Medium Orchid. HEX triplet: BF, 4F and EF. RGB value is (191,79,239). Sum of RGB (Red+Green+Blue) = 191+79+239=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF4FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FEF is #40B010. Grayscale: #828282. Windows color (decimal): -4239377 or 15683519. OLE color: 15683519.

HSL color Cylindrical-coordinate representation of color #BF4FEF: hue angle of 282º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF4FEF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19179239-
CMYK0.200.6700.06
HSL282º83.33%62.35%-
HSV(B)282º66.95%93.73%-
XYZ39.8622.983.98-
YUV130.73189.11170.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 79 (31.25% from 255) = 15.52%
BLUE value IS 239 (93.75% from 255) = 46.95%
R=37.52%
G=15.52%
B=46.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191792390.200.6700.0628283.3362.35
HexBF4FEF14430611a533e
Octal277117357241030643212376
Binary1011111110011111110111110100100001101101000110101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4FEF; }

 p { color: rgb(191,79,239); }

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

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

 a { background-color: rgb(191,79,239); }

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

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

 span { border-color: rgb(191,79,239); }

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