#BB7EC1

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

Shades of East Side #BB7EC1

Tints of East Side #BB7EC1

Color information

#BB7EC1 (or 0xBB7EC1) is unknown color: approx East Side. HEX triplet: BB, 7E and C1. RGB value is (187,126,193). Sum of RGB (Red+Green+Blue) = 187+126+193=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB7EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7EC1 is #44813E. Grayscale: #979797. Windows color (decimal): -4489535 or 12680891. OLE color: 12680891.

HSL color Cylindrical-coordinate representation of color #BB7EC1: hue angle of 294.63º 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 #BB7EC1 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187126193-
CMYK0.030.3500.24
HSL294.63º35.08%62.55%-
HSV(B)294.63º34.72%75.69%-
XYZ37.5829.3454.13-
YUV151.88151.21153.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 126 (49.61% from 255) = 24.90%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=36.96%
G=24.90%
B=38.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871261930.030.3500.24294.6335.0862.55
HexBB7EC1323018127233f
Octal2731763013430304474377
Binary1011101111111101100000111100011011000100100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7EC1; }

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

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

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

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

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

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

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

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