#BB7DC6

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

Shades of East Side #BB7DC6

Tints of East Side #BB7DC6

Color information

#BB7DC6 (or 0xBB7DC6) is unknown color: approx East Side. HEX triplet: BB, 7D and C6. RGB value is (187,125,198). Sum of RGB (Red+Green+Blue) = 187+125+198=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB7DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DC6 is #448239. Grayscale: #979797. Windows color (decimal): -4489786 or 13008315. OLE color: 13008315.

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

Color convert

RGB187125198-
CMYK0.060.3700.22
HSL290.96º39.04%63.33%-
HSV(B)290.96º36.87%77.65%-
XYZ38.0229.3157.08-
YUV151.86154.04153.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 198 (77.73% from 255) = 38.82%
R=36.67%
G=24.51%
B=38.82%

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
Decimal1871251980.060.3700.22290.9639.0463.33
HexBB7DC6625016123273f
Octal2731753066450264434777
Binary10111011111110111000110110100101010110100100011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DC6; }

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

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

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

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

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

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

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

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