#BB84DA

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

Shades of Wisteria #BB84DA

Tints of Wisteria #BB84DA

Color information

#BB84DA (or 0xBB84DA) is unknown color: approx Wisteria. HEX triplet: BB, 84 and DA. RGB value is (187,132,218). Sum of RGB (Red+Green+Blue) = 187+132+218=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84DA is #447B25. Grayscale: #9D9D9D. Windows color (decimal): -4487974 or 14320827. OLE color: 14320827.

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

Color convert

RGB187132218-
CMYK0.140.3900.15
HSL278.37º53.75%68.63%-
HSV(B)278.37º39.45%85.49%-
XYZ41.432.1370.35-
YUV158.25161.72148.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 132 (51.95% from 255) = 24.58%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=34.82%
G=24.58%
B=40.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871322180.140.3900.15278.3753.7568.63
HexBB84DAE270F1163645
Octal273204332164701742666105
Binary1011101110000100110110101110100111011111000101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84DA; }

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

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

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

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

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

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

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

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