#BB7DD1

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

Shades of East Side #BB7DD1

Tints of East Side #BB7DD1

Color information

#BB7DD1 (or 0xBB7DD1) is unknown color: approx East Side. HEX triplet: BB, 7D and D1. RGB value is (187,125,209). Sum of RGB (Red+Green+Blue) = 187+125+209=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB7DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DD1 is #44822E. Grayscale: #989898. Windows color (decimal): -4489775 or 13729211. OLE color: 13729211.

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

Color convert

RGB187125209-
CMYK0.110.4000.18
HSL284.29º47.73%65.49%-
HSV(B)284.29º40.19%81.96%-
XYZ39.3429.8464.01-
YUV153.11159.54152.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=35.89%
G=23.99%
B=40.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871252090.110.4000.18284.2947.7365.49
HexBB7DD1B2801211c3041
Octal273175321135002243460101
Binary1011101111111011101000110111010000100101000111001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DD1; }

 p { color: rgb(187,125,209); }

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

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

 a { background-color: rgb(187,125,209); }

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

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

 span { border-color: rgb(187,125,209); }

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