#BB8FDB

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

Shades of Wisteria #BB8FDB

Tints of Wisteria #BB8FDB

Color information

#BB8FDB (or 0xBB8FDB) is unknown color: approx Wisteria. HEX triplet: BB, 8F and DB. RGB value is (187,143,219). Sum of RGB (Red+Green+Blue) = 187+143+219=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FDB is #447024. Grayscale: #A4A4A4. Windows color (decimal): -4485157 or 14389179. OLE color: 14389179.

HSL color Cylindrical-coordinate representation of color #BB8FDB: hue angle of 274.74º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8FDB is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187143219-
CMYK0.150.3500.14
HSL274.74º51.35%70.98%-
HSV(B)274.74º34.7%85.88%-
XYZ43.135.3271.56-
YUV164.82158.58143.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=34.06%
G=26.05%
B=39.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871432190.150.3500.14274.7451.3570.98
HexBB8FDBF230E1133347
Octal273217333174301642363107
Binary1011101110001111110110111111100011011101000100111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FDB; }

 p { color: rgb(187,143,219); }

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

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

 a { background-color: rgb(187,143,219); }

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

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

 span { border-color: rgb(187,143,219); }

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