#BB7BD8

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

Shades of East Side #BB7BD8

Tints of East Side #BB7BD8

Color information

#BB7BD8 (or 0xBB7BD8) is unknown color: approx East Side. HEX triplet: BB, 7B and D8. RGB value is (187,123,216). Sum of RGB (Red+Green+Blue) = 187+123+216=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB7BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BD8 is #448427. Grayscale: #989898. Windows color (decimal): -4490280 or 14187451. OLE color: 14187451.

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

Color convert

RGB187123216-
CMYK0.130.4300.15
HSL281.29º54.39%66.47%-
HSV(B)281.29º43.06%84.71%-
XYZ39.9729.6968.59-
YUV152.74163.7152.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 123 (48.44% from 255) = 23.38%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=35.55%
G=23.38%
B=41.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871232160.130.4300.15281.2954.3966.47
HexBB7BD8D2B0F1193642
Octal273173330155301743166102
Binary101110111111011110110001101101011011111000110011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BD8; }

 p { color: rgb(187,123,216); }

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

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

 a { background-color: rgb(187,123,216); }

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

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

 span { border-color: rgb(187,123,216); }

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