#BB8DD2

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

Shades of Wisteria #BB8DD2

Tints of Wisteria #BB8DD2

Color information

#BB8DD2 (or 0xBB8DD2) is unknown color: approx Wisteria. HEX triplet: BB, 8D and D2. RGB value is (187,141,210). Sum of RGB (Red+Green+Blue) = 187+141+210=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB8DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DD2 is #44722D. Grayscale: #A2A2A2. Windows color (decimal): -4485678 or 13798843. OLE color: 13798843.

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

Color convert

RGB187141210-
CMYK0.110.3300.18
HSL280º43.4%68.82%-
HSV(B)280º32.86%82.35%-
XYZ41.6534.2765.39-
YUV162.62154.74145.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 210 (82.42% from 255) = 39.03%
R=34.76%
G=26.21%
B=39.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871412100.110.3300.1828043.468.82
HexBB8DD2B210121182b45
Octal273215322134102243053105
Binary10111011100011011101001010111000010100101000110001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DD2; }

 p { color: rgb(187,141,210); }

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

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

 a { background-color: rgb(187,141,210); }

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

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

 span { border-color: rgb(187,141,210); }

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