#BB85CF

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

Shades of East Side #BB85CF

Tints of East Side #BB85CF

Color information

#BB85CF (or 0xBB85CF) is unknown color: approx East Side. HEX triplet: BB, 85 and CF. RGB value is (187,133,207). Sum of RGB (Red+Green+Blue) = 187+133+207=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85CF is #447A30. Grayscale: #9D9D9D. Windows color (decimal): -4487729 or 13600187. OLE color: 13600187.

HSL color Cylindrical-coordinate representation of color #BB85CF: hue angle of 283.78º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB85CF is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187133207-
CMYK0.100.3600.19
HSL283.78º43.53%66.67%-
HSV(B)283.78º35.75%81.18%-
XYZ40.1431.8463.06-
YUV157.58155.89148.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=35.48%
G=25.24%
B=39.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871332070.100.3600.19283.7843.5366.67
HexBB85CFA2401311c2c43
Octal273205317124402343454103
Binary10111011100001011100111110101001000100111000111001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85CF; }

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

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

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

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

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

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

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

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