#BB85C1

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

Shades of East Side #BB85C1

Tints of East Side #BB85C1

Color information

#BB85C1 (or 0xBB85C1) is unknown color: approx East Side. HEX triplet: BB, 85 and C1. RGB value is (187,133,193). Sum of RGB (Red+Green+Blue) = 187+133+193=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB85C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85C1 is #447A3E. Grayscale: #9B9B9B. Windows color (decimal): -4487743 or 12682683. OLE color: 12682683.

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

Color convert

RGB187133193-
CMYK0.030.3100.24
HSL294º32.61%63.92%-
HSV(B)294º31.09%75.69%-
XYZ38.5131.1954.44-
YUV155.99148.89150.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=36.45%
G=25.93%
B=37.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871331930.030.3100.2429432.6163.92
HexBB85C131F0181262140
Octal27320530133703044641100
Binary10111011100001011100000111111110110001001001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85C1; }

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

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

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

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

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

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

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

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