#BF4FE5

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

Shades of Medium Orchid #BF4FE5

Tints of Medium Orchid #BF4FE5

Color information

#BF4FE5 (or 0xBF4FE5) is unknown color: approx Medium Orchid. HEX triplet: BF, 4F and E5. RGB value is (191,79,229). Sum of RGB (Red+Green+Blue) = 191+79+229=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF4FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FE5 is #40B01A. Grayscale: #818181. Windows color (decimal): -4239387 or 15028159. OLE color: 15028159.

HSL color Cylindrical-coordinate representation of color #BF4FE5: hue angle of 284.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4FE5 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19179229-
CMYK0.170.6600.10
HSL284.8º74.26%60.39%-
HSV(B)284.8º65.5%89.8%-
XYZ38.4222.3376.41-
YUV129.59184.11171.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 79 (31.25% from 255) = 15.83%
BLUE value IS 229 (89.84% from 255) = 45.89%
R=38.28%
G=15.83%
B=45.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191792290.170.6600.10284.874.2660.39
HexBF4FE511420A11d4a3c
Octal2771173452110201243511274
Binary10111111100111111100101100011000010010101000111011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4FE5; }

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

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

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

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

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

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

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

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