#BB77E9

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

Shades of Medium Orchid #BB77E9

Tints of Medium Orchid #BB77E9

Color information

#BB77E9 (or 0xBB77E9) is unknown color: approx Medium Orchid. HEX triplet: BB, 77 and E9. RGB value is (187,119,233). Sum of RGB (Red+Green+Blue) = 187+119+233=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB77E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77E9 is #448816. Grayscale: #979797. Windows color (decimal): -4491287 or 15300539. OLE color: 15300539.

HSL color Cylindrical-coordinate representation of color #BB77E9: hue angle of 275.79º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB77E9 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187119233-
CMYK0.200.4900.09
HSL275.79º72.15%69.02%-
HSV(B)275.79º48.93%91.37%-
XYZ41.829.6480.61-
YUV152.33173.53152.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=34.69%
G=22.08%
B=43.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871192330.200.4900.09275.7972.1569.02
HexBB77E91431091144845
Octal2731673512461011424110105
Binary10111011111011111101001101001100010100110001010010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77E9; }

 p { color: rgb(187,119,233); }

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

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

 a { background-color: rgb(187,119,233); }

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

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

 span { border-color: rgb(187,119,233); }

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