#BB8AD3

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

Shades of Wisteria #BB8AD3

Tints of Wisteria #BB8AD3

Color information

#BB8AD3 (or 0xBB8AD3) is unknown color: approx Wisteria. HEX triplet: BB, 8A and D3. RGB value is (187,138,211). Sum of RGB (Red+Green+Blue) = 187+138+211=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB8AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AD3 is #44752C. Grayscale: #A0A0A0. Windows color (decimal): -4486445 or 13863611. OLE color: 13863611.

HSL color Cylindrical-coordinate representation of color #BB8AD3: hue angle of 280.27º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8AD3 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187138211-
CMYK0.110.3500.17
HSL280.27º45.34%68.43%-
HSV(B)280.27º34.6%82.75%-
XYZ41.3433.4465.9-
YUV160.97156.23146.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 211 (82.81% from 255) = 39.37%
R=34.89%
G=25.75%
B=39.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871382110.110.3500.17280.2745.3468.43
HexBB8AD3B230111182d44
Octal273212323134302143055104
Binary10111011100010101101001110111000110100011000110001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8AD3; }

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

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

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

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

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

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

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

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