#BF59E1

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

Shades of Medium Orchid #BF59E1

Tints of Medium Orchid #BF59E1

Color information

#BF59E1 (or 0xBF59E1) is unknown color: approx Medium Orchid. HEX triplet: BF, 59 and E1. RGB value is (191,89,225). Sum of RGB (Red+Green+Blue) = 191+89+225=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF59E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59E1 is #40A61E. Grayscale: #868686. Windows color (decimal): -4236831 or 14768575. OLE color: 14768575.

HSL color Cylindrical-coordinate representation of color #BF59E1: hue angle of 285º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF59E1 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19189225-
CMYK0.150.6000.12
HSL285º69.39%61.57%-
HSV(B)285º60.44%88.24%-
XYZ38.6523.6673.76-
YUV135178.79167.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 89 (35.16% from 255) = 17.62%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=37.82%
G=17.62%
B=44.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal191892250.150.6000.1228569.3961.57
HexBF59E1F3C0C11d453e
Octal277131341177401443510576
Binary101111111011001111000011111111100011001000111011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF59E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF59E1; }

 p { color: rgb(191,89,225); }

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

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

 a { background-color: rgb(191,89,225); }

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

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

 span { border-color: rgb(191,89,225); }

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