#bb7dc7

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

Shades of East Side #BB7DC7

Tints of East Side #BB7DC7

Color information

#BB7DC7 (or 0xBB7DC7) is unknown color: approx East Side. HEX triplet: BB, 7D and C7. RGB value is (187,125,199). Sum of RGB (Red+Green+Blue) = 187+125+199=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB7DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DC7 is #448238. Grayscale: #979797. Windows color (decimal): -4489785 or 13073851. OLE color: 13073851.

HSL color Cylindrical-coordinate representation of color #BB7DC7: hue angle of 290.27º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7DC7 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187125199-
CMYK0.060.3700.22
HSL290.27º39.78%63.53%-
HSV(B)290.27º37.19%78.04%-
XYZ38.1429.3657.69-
YUV151.97154.54152.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 199 (78.12% from 255) = 38.94%
R=36.59%
G=24.46%
B=38.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871251990.060.3700.22290.2739.7863.53
HexBB7DC76250161222840
Octal27317530764502644250100
Binary101110111111101110001111101001010101101001000101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7dc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7dc7; }

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

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

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

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

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

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

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

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