#BB7FC2

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

Shades of East Side #BB7FC2

Tints of East Side #BB7FC2

Color information

#BB7FC2 (or 0xBB7FC2) is unknown color: approx East Side. HEX triplet: BB, 7F and C2. RGB value is (187,127,194). Sum of RGB (Red+Green+Blue) = 187+127+194=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB7FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FC2 is #44803D. Grayscale: #989898. Windows color (decimal): -4489278 or 12746683. OLE color: 12746683.

HSL color Cylindrical-coordinate representation of color #BB7FC2: hue angle of 293.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7FC2 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187127194-
CMYK0.040.3500.24
HSL293.73º35.45%62.94%-
HSV(B)293.73º34.54%76.08%-
XYZ37.8229.6454.77-
YUV152.58151.38152.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 127 (50% from 255) = 25%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=36.81%
G=25%
B=38.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871271940.040.3500.24293.7335.4562.94
HexBB7FC2423018126233f
Octal2731773024430304464377
Binary10111011111111111000010100100011011000100100110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FC2; }

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

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

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

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

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

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

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

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