#BB7EC4

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

Shades of East Side #BB7EC4

Tints of East Side #BB7EC4

Color information

#BB7EC4 (or 0xBB7EC4) is unknown color: approx East Side. HEX triplet: BB, 7E and C4. RGB value is (187,126,196). Sum of RGB (Red+Green+Blue) = 187+126+196=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB7EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7EC4 is #44813B. Grayscale: #989898. Windows color (decimal): -4489532 or 12877499. OLE color: 12877499.

HSL color Cylindrical-coordinate representation of color #BB7EC4: hue angle of 292.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB7EC4 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187126196-
CMYK0.050.3600.23
HSL292.29º37.23%63.14%-
HSV(B)292.29º35.71%76.86%-
XYZ37.9229.4755.91-
YUV152.22152.71152.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 126 (49.61% from 255) = 24.75%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=36.74%
G=24.75%
B=38.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871261960.050.3600.23292.2937.2363.14
HexBB7EC4524017124253f
Octal2731763045440274444577
Binary10111011111111011000100101100100010111100100100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7EC4; }

 p { color: rgb(187,126,196); }

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

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

 a { background-color: rgb(187,126,196); }

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

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

 span { border-color: rgb(187,126,196); }

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