#BB8FDA

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

Shades of Wisteria #BB8FDA

Tints of Wisteria #BB8FDA

Color information

#BB8FDA (or 0xBB8FDA) is unknown color: approx Wisteria. HEX triplet: BB, 8F and DA. RGB value is (187,143,218). Sum of RGB (Red+Green+Blue) = 187+143+218=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FDA is #447025. Grayscale: #A4A4A4. Windows color (decimal): -4485158 or 14323643. OLE color: 14323643.

HSL color Cylindrical-coordinate representation of color #BB8FDA: hue angle of 275.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB8FDA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187143218-
CMYK0.140.3400.15
HSL275.2º50.34%70.78%-
HSV(B)275.2º34.4%85.49%-
XYZ42.9735.2770.87-
YUV164.71158.08143.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=34.12%
G=26.09%
B=39.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871432180.140.3400.15275.250.3470.78
HexBB8FDAE220F1133247
Octal273217332164201742362107
Binary1011101110001111110110101110100010011111000100111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FDA; }

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

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

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

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

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

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

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

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