#BB83DF

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

Shades of Wisteria #BB83DF

Tints of Wisteria #BB83DF

Color information

#BB83DF (or 0xBB83DF) is unknown color: approx Wisteria. HEX triplet: BB, 83 and DF. RGB value is (187,131,223). Sum of RGB (Red+Green+Blue) = 187+131+223=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83DF is #447C20. Grayscale: #9D9D9D. Windows color (decimal): -4488225 or 14648251. OLE color: 14648251.

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

Color convert

RGB187131223-
CMYK0.160.4100.13
HSL276.52º58.97%69.41%-
HSV(B)276.52º41.26%87.45%-
XYZ41.9332.1373.8-
YUV158.23164.55148.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=34.57%
G=24.21%
B=41.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871312230.160.4100.13276.5258.9769.41
HexBB83DF10290D1153b45
Octal273203337205101542573105
Binary10111011100000111101111110000101001011011000101011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83DF; }

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

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

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

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

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

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

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

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