#BF4EF3

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

Shades of Medium Orchid #BF4EF3

Tints of Medium Orchid #BF4EF3

Color information

#BF4EF3 (or 0xBF4EF3) is unknown color: approx Medium Orchid. HEX triplet: BF, 4E and F3. RGB value is (191,78,243). Sum of RGB (Red+Green+Blue) = 191+78+243=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF4EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EF3 is #40B10C. Grayscale: #828282. Windows color (decimal): -4239629 or 15945407. OLE color: 15945407.

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

Color convert

RGB19178243-
CMYK0.210.6800.05
HSL281.09º87.3%62.94%-
HSV(B)281.09º67.9%95.29%-
XYZ40.392387.1-
YUV130.6191.44171.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 78 (30.86% from 255) = 15.23%
BLUE value IS 243 (95.31% from 255) = 47.46%
R=37.30%
G=15.23%
B=47.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191782430.210.6800.05281.0987.362.94
HexBF4EF3154405119573f
Octal277116363251040543112777
Binary1011111110011101111001110101100010001011000110011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4EF3; }

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

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

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

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

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

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

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

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