#BB7DCF

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

Shades of East Side #BB7DCF

Tints of East Side #BB7DCF

Color information

#BB7DCF (or 0xBB7DCF) is unknown color: approx East Side. HEX triplet: BB, 7D and CF. RGB value is (187,125,207). Sum of RGB (Red+Green+Blue) = 187+125+207=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DCF is #448230. Grayscale: #989898. Windows color (decimal): -4489777 or 13598139. OLE color: 13598139.

HSL color Cylindrical-coordinate representation of color #BB7DCF: hue angle of 285.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7DCF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187125207-
CMYK0.100.4000.19
HSL285.37º46.07%65.1%-
HSV(B)285.37º39.61%81.18%-
XYZ39.0929.7462.71-
YUV152.89158.54152.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=36.03%
G=24.08%
B=39.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871252070.100.4000.19285.3746.0765.1
HexBB7DCFA2801311d2e41
Octal273175317125002343556101
Binary1011101111111011100111110101010000100111000111011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DCF; }

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

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

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

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

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

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

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

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