#BB7CC7

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

Shades of East Side #BB7CC7

Tints of East Side #BB7CC7

Color information

#BB7CC7 (or 0xBB7CC7) is unknown color: approx East Side. HEX triplet: BB, 7C and C7. RGB value is (187,124,199). Sum of RGB (Red+Green+Blue) = 187+124+199=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB7CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CC7 is #448338. Grayscale: #979797. Windows color (decimal): -4490041 or 13073595. OLE color: 13073595.

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

Color convert

RGB187124199-
CMYK0.060.3800.22
HSL290.4º40.11%63.33%-
HSV(B)290.4º37.69%78.04%-
XYZ38.0129.157.65-
YUV151.39154.87153.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 199 (78.12% from 255) = 39.02%
R=36.67%
G=24.31%
B=39.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871241990.060.3800.22290.440.1163.33
HexBB7CC7626016122283f
Octal2731743076460264425077
Binary10111011111110011000111110100110010110100100010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7CC7; }

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

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

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

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

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

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

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

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