#BF59DF

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

Shades of Medium Orchid #BF59DF

Tints of Medium Orchid #BF59DF

Color information

#BF59DF (or 0xBF59DF) is unknown color: approx Medium Orchid. HEX triplet: BF, 59 and DF. RGB value is (191,89,223). Sum of RGB (Red+Green+Blue) = 191+89+223=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59DF is #40A620. Grayscale: #868686. Windows color (decimal): -4236833 or 14637503. OLE color: 14637503.

HSL color Cylindrical-coordinate representation of color #BF59DF: hue angle of 285.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF59DF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19189223-
CMYK0.140.6000.13
HSL285.67º67.68%61.18%-
HSV(B)285.67º60.09%87.45%-
XYZ38.3823.5572.33-
YUV134.77177.79168.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 89 (35.16% from 255) = 17.69%
BLUE value IS 223 (87.5% from 255) = 44.33%
R=37.97%
G=17.69%
B=44.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191892230.140.6000.13285.6767.6861.18
HexBF59DFE3C0D11e443d
Octal277131337167401543610475
Binary101111111011001110111111110111100011011000111101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF59DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF59DF; }

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

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

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

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

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

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

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

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