#BB85F1

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

Shades of Wisteria #BB85F1

Tints of Wisteria #BB85F1

Color information

#BB85F1 (or 0xBB85F1) is unknown color: approx Wisteria. HEX triplet: BB, 85 and F1. RGB value is (187,133,241). Sum of RGB (Red+Green+Blue) = 187+133+241=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB85F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB85F1 is #447A0E. Grayscale: #A1A1A1. Windows color (decimal): -4487695 or 15828411. OLE color: 15828411.

HSL color Cylindrical-coordinate representation of color #BB85F1: hue angle of 270º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB85F1 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187133241-
CMYK0.220.4500.05
HSL270º79.41%73.33%-
HSV(B)270º44.81%94.51%-
XYZ44.7633.6987.36-
YUV161.46172.89146.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=33.33%
G=23.71%
B=42.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871332410.220.4500.0527079.4173.33
HexBB85F1162D0510e4f49
Octal273205361265505416117111
Binary10111011100001011111000110110101101010110000111010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85F1; }

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

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

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

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

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

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

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

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