#BB60EC

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

Shades of Medium Orchid #BB60EC

Tints of Medium Orchid #BB60EC

Color information

#BB60EC (or 0xBB60EC) is unknown color: approx Medium Orchid. HEX triplet: BB, 60 and EC. RGB value is (187,96,236). Sum of RGB (Red+Green+Blue) = 187+96+236=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60EC is #449F13. Grayscale: #8A8A8A. Windows color (decimal): -4497172 or 15491259. OLE color: 15491259.

HSL color Cylindrical-coordinate representation of color #BB60EC: hue angle of 279º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB60EC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18796236-
CMYK0.210.5900.07
HSL279º78.65%65.1%-
HSV(B)279º59.32%92.55%-
XYZ39.8224.9982.08-
YUV139.17182.65162.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 96 (37.89% from 255) = 18.50%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=36.03%
G=18.50%
B=45.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187962360.210.5900.0727978.6565.1
HexBB60EC153B071174f41
Octal273140354257307427117101
Binary1011101111000001110110010101111011011110001011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60EC; }

 p { color: rgb(187,96,236); }

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

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

 a { background-color: rgb(187,96,236); }

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

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

 span { border-color: rgb(187,96,236); }

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