#BB77E0

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

Shades of Medium Orchid #BB77E0

Tints of Medium Orchid #BB77E0

Color information

#BB77E0 (or 0xBB77E0) is unknown color: approx Medium Orchid. HEX triplet: BB, 77 and E0. RGB value is (187,119,224). Sum of RGB (Red+Green+Blue) = 187+119+224=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB77E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77E0 is #44881F. Grayscale: #969696. Windows color (decimal): -4491296 or 14710715. OLE color: 14710715.

HSL color Cylindrical-coordinate representation of color #BB77E0: hue angle of 278.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB77E0 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187119224-
CMYK0.170.4700.12
HSL278.86º62.87%67.25%-
HSV(B)278.86º46.88%87.84%-
XYZ40.5429.1474.01-
YUV151.3169.03153.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 224 (87.89% from 255) = 42.26%
R=35.28%
G=22.45%
B=42.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871192240.170.4700.12278.8662.8767.25
HexBB77E0112F0C1173f43
Octal273167340215701442777103
Binary1011101111101111110000010001101111011001000101111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77E0; }

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

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

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

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

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

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

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

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