#BB8ADD

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

Shades of Wisteria #BB8ADD

Tints of Wisteria #BB8ADD

Color information

#BB8ADD (or 0xBB8ADD) is unknown color: approx Wisteria. HEX triplet: BB, 8A and DD. RGB value is (187,138,221). Sum of RGB (Red+Green+Blue) = 187+138+221=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ADD is #447522. Grayscale: #A1A1A1. Windows color (decimal): -4486435 or 14518971. OLE color: 14518971.

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

Color convert

RGB187138221-
CMYK0.150.3800.13
HSL275.42º54.97%70.39%-
HSV(B)275.42º37.56%86.67%-
XYZ42.6333.9672.71-
YUV162.11161.23145.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=34.25%
G=25.27%
B=40.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871382210.150.3800.13275.4254.9770.39
HexBB8ADDF260D1133746
Octal273212335174601542367106
Binary1011101110001010110111011111100110011011000100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8ADD; }

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

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

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

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

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

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

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

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