#BB7FC1

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

Shades of East Side #BB7FC1

Tints of East Side #BB7FC1

Color information

#BB7FC1 (or 0xBB7FC1) is unknown color: approx East Side. HEX triplet: BB, 7F and C1. RGB value is (187,127,193). Sum of RGB (Red+Green+Blue) = 187+127+193=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FC1 is #44803E. Grayscale: #989898. Windows color (decimal): -4489279 or 12681147. OLE color: 12681147.

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

Color convert

RGB187127193-
CMYK0.030.3400.24
HSL294.55º34.74%62.75%-
HSV(B)294.55º34.2%75.69%-
XYZ37.7129.5954.18-
YUV152.46150.88152.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=36.88%
G=25.05%
B=38.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871271930.030.3400.24294.5534.7462.75
HexBB7FC1322018127233f
Octal2731773013420304474377
Binary1011101111111111100000111100010011000100100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FC1; }

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

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

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

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

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

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

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

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