#BF59D0

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

Shades of Medium Orchid #BF59D0

Tints of Medium Orchid #BF59D0

Color information

#BF59D0 (or 0xBF59D0) is unknown color: approx Medium Orchid. HEX triplet: BF, 59 and D0. RGB value is (191,89,208). Sum of RGB (Red+Green+Blue) = 191+89+208=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59D0 is #40A62F. Grayscale: #848484. Windows color (decimal): -4236848 or 13654463. OLE color: 13654463.

HSL color Cylindrical-coordinate representation of color #BF59D0: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF59D0 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19189208-
CMYK0.080.5700.18
HSL291.43º55.87%58.24%-
HSV(B)291.43º57.21%81.57%-
XYZ36.4422.7862.15-
YUV133.06170.29169.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 89 (35.16% from 255) = 18.24%
BLUE value IS 208 (81.64% from 255) = 42.62%
R=39.14%
G=18.24%
B=42.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191892080.080.5700.18291.4355.8758.24
HexBF59D0839012123383a
Octal27713132010710224437072
Binary101111111011001110100001000111001010010100100011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF59D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF59D0; }

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

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

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

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

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

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

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

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