#BB7DC5

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

Shades of East Side #BB7DC5

Tints of East Side #BB7DC5

Color information

#BB7DC5 (or 0xBB7DC5) is unknown color: approx East Side. HEX triplet: BB, 7D and C5. RGB value is (187,125,197). Sum of RGB (Red+Green+Blue) = 187+125+197=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB7DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DC5 is #44823A. Grayscale: #979797. Windows color (decimal): -4489787 or 12942779. OLE color: 12942779.

HSL color Cylindrical-coordinate representation of color #BB7DC5: hue angle of 291.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7DC5 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187125197-
CMYK0.050.3700.23
HSL291.67º38.3%63.14%-
HSV(B)291.67º36.55%77.25%-
XYZ37.9129.2656.47-
YUV151.75153.54153.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 197 (77.34% from 255) = 38.70%
R=36.74%
G=24.56%
B=38.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871251970.050.3700.23291.6738.363.14
HexBB7DC5525017124263f
Octal2731753055450274444677
Binary10111011111110111000101101100101010111100100100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DC5; }

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

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

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

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

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

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

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

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