#BB8FD1

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

Shades of Wisteria #BB8FD1

Tints of Wisteria #BB8FD1

Color information

#BB8FD1 (or 0xBB8FD1) is unknown color: approx Wisteria. HEX triplet: BB, 8F and D1. RGB value is (187,143,209). Sum of RGB (Red+Green+Blue) = 187+143+209=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FD1 is #44702E. Grayscale: #A3A3A3. Windows color (decimal): -4485167 or 13733819. OLE color: 13733819.

HSL color Cylindrical-coordinate representation of color #BB8FD1: hue angle of 280º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8FD1 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187143209-
CMYK0.110.3200.18
HSL280º41.77%69.02%-
HSV(B)280º31.58%81.96%-
XYZ41.8234.8164.84-
YUV163.68153.58144.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=34.69%
G=26.53%
B=38.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871432090.110.3200.1828041.7769.02
HexBB8FD1B200121182a45
Octal273217321134002243052105
Binary10111011100011111101000110111000000100101000110001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FD1; }

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

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

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

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

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

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

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

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