#BF4EF2

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

Shades of Medium Orchid #BF4EF2

Tints of Medium Orchid #BF4EF2

Color information

#BF4EF2 (or 0xBF4EF2) is unknown color: approx Medium Orchid. HEX triplet: BF, 4E and F2. RGB value is (191,78,242). Sum of RGB (Red+Green+Blue) = 191+78+242=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF4EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EF2 is #40B10D. Grayscale: #818181. Windows color (decimal): -4239630 or 15879871. OLE color: 15879871.

HSL color Cylindrical-coordinate representation of color #BF4EF2: hue angle of 281.34º degrees, saturation: 0.86, 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 #BF4EF2 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19178242-
CMYK0.210.6800.05
HSL281.34º86.32%62.75%-
HSV(B)281.34º67.77%94.9%-
XYZ40.2422.9486.31-
YUV130.48190.94171.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 78 (30.86% from 255) = 15.26%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=37.38%
G=15.26%
B=47.36%

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
Decimal191782420.210.6800.05281.3486.3262.75
HexBF4EF2154405119563f
Octal277116362251040543112677
Binary1011111110011101111001010101100010001011000110011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4EF2; }

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

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

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

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

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

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

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

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