#BB8BDD

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

Shades of Wisteria #BB8BDD

Tints of Wisteria #BB8BDD

Color information

#BB8BDD (or 0xBB8BDD) is unknown color: approx Wisteria. HEX triplet: BB, 8B and DD. RGB value is (187,139,221). Sum of RGB (Red+Green+Blue) = 187+139+221=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BDD is #447422. Grayscale: #A2A2A2. Windows color (decimal): -4486179 or 14519227. OLE color: 14519227.

HSL color Cylindrical-coordinate representation of color #BB8BDD: hue angle of 275.12º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8BDD is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187139221-
CMYK0.150.3700.13
HSL275.12º54.67%70.59%-
HSV(B)275.12º37.1%86.67%-
XYZ42.7834.2572.76-
YUV162.7160.9145.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=34.19%
G=25.41%
B=40.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871392210.150.3700.13275.1254.6770.59
HexBB8BDDF250D1133747
Octal273213335174501542367107
Binary1011101110001011110111011111100101011011000100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BDD; }

 p { color: rgb(187,139,221); }

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

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

 a { background-color: rgb(187,139,221); }

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

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

 span { border-color: rgb(187,139,221); }

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