#BB8DDF

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

Shades of Wisteria #BB8DDF

Tints of Wisteria #BB8DDF

Color information

#BB8DDF (or 0xBB8DDF) is unknown color: approx Wisteria. HEX triplet: BB, 8D and DF. RGB value is (187,141,223). Sum of RGB (Red+Green+Blue) = 187+141+223=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DDF is #447220. Grayscale: #A3A3A3. Windows color (decimal): -4485665 or 14650811. OLE color: 14650811.

HSL color Cylindrical-coordinate representation of color #BB8DDF: hue angle of 273.66º degrees, saturation: 0.56, 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 #BB8DDF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187141223-
CMYK0.160.3700.13
HSL273.66º56.16%71.37%-
HSV(B)273.66º36.77%87.45%-
XYZ43.3434.9474.27-
YUV164.1161.24144.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=33.94%
G=25.59%
B=40.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871412230.160.3700.13273.6656.1671.37
HexBB8DDF10250D1123847
Octal273215337204501542270107
Binary10111011100011011101111110000100101011011000100101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DDF; }

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

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

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

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

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

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

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

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