#BB7BD2

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

Shades of East Side #BB7BD2

Tints of East Side #BB7BD2

Color information

#BB7BD2 (or 0xBB7BD2) is unknown color: approx East Side. HEX triplet: BB, 7B and D2. RGB value is (187,123,210). Sum of RGB (Red+Green+Blue) = 187+123+210=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB7BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BD2 is #44842D. Grayscale: #979797. Windows color (decimal): -4490286 or 13794235. OLE color: 13794235.

HSL color Cylindrical-coordinate representation of color #BB7BD2: hue angle of 284.14º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB7BD2 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187123210-
CMYK0.110.4100.18
HSL284.14º49.15%65.29%-
HSV(B)284.14º41.43%82.35%-
XYZ39.2129.3864.58-
YUV152.05160.7152.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 210 (82.42% from 255) = 40.38%
R=35.96%
G=23.65%
B=40.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871232100.110.4100.18284.1449.1565.29
HexBB7BD2B2901211c3141
Octal273173322135102243461101
Binary1011101111110111101001010111010010100101000111001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BD2; }

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

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

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

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

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

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

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

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