#BB7FC6

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

Shades of East Side #BB7FC6

Tints of East Side #BB7FC6

Color information

#BB7FC6 (or 0xBB7FC6) is unknown color: approx East Side. HEX triplet: BB, 7F and C6. RGB value is (187,127,198). Sum of RGB (Red+Green+Blue) = 187+127+198=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB7FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FC6 is #448039. Grayscale: #989898. Windows color (decimal): -4489274 or 13008827. OLE color: 13008827.

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

Color convert

RGB187127198-
CMYK0.060.3600.22
HSL290.7º38.38%63.73%-
HSV(B)290.7º35.86%77.65%-
XYZ38.2829.8257.16-
YUV153.03153.38152.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=36.52%
G=24.80%
B=38.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871271980.060.3600.22290.738.3863.73
HexBB7FC66240161232640
Octal27317730664402644346100
Binary101110111111111110001101101001000101101001000111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FC6; }

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

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

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

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

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

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

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

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