#BB59F0

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

Shades of Medium Orchid #BB59F0

Tints of Medium Orchid #BB59F0

Color information

#BB59F0 (or 0xBB59F0) is unknown color: approx Medium Orchid. HEX triplet: BB, 59 and F0. RGB value is (187,89,240). Sum of RGB (Red+Green+Blue) = 187+89+240=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB59F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB59F0 is #44A60F. Grayscale: #878787. Windows color (decimal): -4498960 or 15751611. OLE color: 15751611.

HSL color Cylindrical-coordinate representation of color #BB59F0: hue angle of 278.94º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB59F0 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18789240-
CMYK0.220.6300.06
HSL278.94º83.43%64.51%-
HSV(B)278.94º62.92%94.12%-
XYZ39.792484.97-
YUV135.52186.97164.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 89 (35.16% from 255) = 17.25%
BLUE value IS 240 (94.14% from 255) = 46.51%
R=36.24%
G=17.25%
B=46.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal187892400.220.6300.06278.9483.4364.51
HexBB59F0163F061175341
Octal273131360267706427123101
Binary1011101110110011111000010110111111011010001011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB59F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB59F0; }

 p { color: rgb(187,89,240); }

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

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

 a { background-color: rgb(187,89,240); }

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

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

 span { border-color: rgb(187,89,240); }

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