#BB8ADF

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

Shades of Wisteria #BB8ADF

Tints of Wisteria #BB8ADF

Color information

#BB8ADF (or 0xBB8ADF) is unknown color: approx Wisteria. HEX triplet: BB, 8A and DF. RGB value is (187,138,223). Sum of RGB (Red+Green+Blue) = 187+138+223=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ADF is #447520. Grayscale: #A2A2A2. Windows color (decimal): -4486433 or 14650043. OLE color: 14650043.

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

Color convert

RGB187138223-
CMYK0.160.3800.13
HSL274.59º57.05%70.78%-
HSV(B)274.59º38.12%87.45%-
XYZ42.934.0774.13-
YUV162.34162.23145.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=34.12%
G=25.18%
B=40.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871382230.160.3800.13274.5957.0570.78
HexBB8ADF10260D1133947
Octal273212337204601542371107
Binary10111011100010101101111110000100110011011000100111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8ADF; }

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

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

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

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

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

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

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

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