#BB7CC1

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

Shades of East Side #BB7CC1

Tints of East Side #BB7CC1

Color information

#BB7CC1 (or 0xBB7CC1) is unknown color: approx East Side. HEX triplet: BB, 7C and C1. RGB value is (187,124,193). Sum of RGB (Red+Green+Blue) = 187+124+193=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CC1 is #44833E. Grayscale: #969696. Windows color (decimal): -4490047 or 12680379. OLE color: 12680379.

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

Color convert

RGB187124193-
CMYK0.030.3600.24
HSL294.78º35.75%62.16%-
HSV(B)294.78º35.75%75.69%-
XYZ37.3328.8354.05-
YUV150.7151.87153.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=37.10%
G=24.60%
B=38.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871241930.030.3600.24294.7835.7562.16
HexBB7CC1324018127243e
Octal2731743013440304474476
Binary1011101111111001100000111100100011000100100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7CC1; }

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

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

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

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

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

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

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

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