#BB61EC

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

Shades of Medium Orchid #BB61EC

Tints of Medium Orchid #BB61EC

Color information

#BB61EC (or 0xBB61EC) is unknown color: approx Medium Orchid. HEX triplet: BB, 61 and EC. RGB value is (187,97,236). Sum of RGB (Red+Green+Blue) = 187+97+236=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB61EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61EC is #449E13. Grayscale: #8B8B8B. Windows color (decimal): -4496916 or 15491515. OLE color: 15491515.

HSL color Cylindrical-coordinate representation of color #BB61EC: hue angle of 278.85º 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 #BB61EC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18797236-
CMYK0.210.5900.07
HSL278.85º78.53%65.29%-
HSV(B)278.85º58.9%92.55%-
XYZ39.9125.1782.11-
YUV139.76182.32161.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 97 (38.28% from 255) = 18.65%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=35.96%
G=18.65%
B=45.38%

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
Decimal187972360.210.5900.07278.8578.5365.29
HexBB61EC153B071174f41
Octal273141354257307427117101
Binary1011101111000011110110010101111011011110001011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61EC; }

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

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

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

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

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

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

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

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