#BB7ED9

Color #BB7ED9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BB7ED9

Tints of East Side #BB7ED9

Color information

#BB7ED9 (or 0xBB7ED9) is unknown color: approx East Side. HEX triplet: BB, 7E and D9. RGB value is (187,126,217). Sum of RGB (Red+Green+Blue) = 187+126+217=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB7ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ED9 is #448126. Grayscale: #9A9A9A. Windows color (decimal): -4489511 or 14253755. OLE color: 14253755.

HSL color Cylindrical-coordinate representation of color #BB7ED9: hue angle of 280.22º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB7ED9 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187126217-
CMYK0.140.4200.15
HSL280.22º54.49%67.25%-
HSV(B)280.22º41.94%85.1%-
XYZ40.4830.569.4-
YUV154.61163.21151.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 126 (49.61% from 255) = 23.77%
BLUE value IS 217 (85.16% from 255) = 40.94%
R=35.28%
G=23.77%
B=40.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871262170.140.4200.15280.2254.4967.25
HexBB7ED9E2A0F1183643
Octal273176331165201743066103
Binary101110111111110110110011110101010011111000110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7ED9; }

 p { color: rgb(187,126,217); }

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

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

 a { background-color: rgb(187,126,217); }

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

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

 span { border-color: rgb(187,126,217); }

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