#BB88F2

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

Shades of Wisteria #BB88F2

Tints of Wisteria #BB88F2

Color information

#BB88F2 (or 0xBB88F2) is unknown color: approx Wisteria. HEX triplet: BB, 88 and F2. RGB value is (187,136,242). Sum of RGB (Red+Green+Blue) = 187+136+242=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB88F2 is #44770D. Grayscale: #A2A2A2. Windows color (decimal): -4486926 or 15894715. OLE color: 15894715.

HSL color Cylindrical-coordinate representation of color #BB88F2: hue angle of 268.87º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB88F2 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187136242-
CMYK0.230.4400.05
HSL268.87º80.3%74.12%-
HSV(B)268.87º43.8%94.9%-
XYZ45.3234.5888.29-
YUV163.33172.4144.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=33.10%
G=24.07%
B=42.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871362420.230.4400.05268.8780.374.12
HexBB88F2172C0510d504a
Octal273210362275405415120112
Binary10111011100010001111001010111101100010110000110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88F2; }

 p { color: rgb(187,136,242); }

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

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

 a { background-color: rgb(187,136,242); }

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

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

 span { border-color: rgb(187,136,242); }

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