#BB83DD

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

Shades of Wisteria #BB83DD

Tints of Wisteria #BB83DD

Color information

#BB83DD (or 0xBB83DD) is unknown color: approx Wisteria. HEX triplet: BB, 83 and DD. RGB value is (187,131,221). Sum of RGB (Red+Green+Blue) = 187+131+221=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83DD is #447C22. Grayscale: #9D9D9D. Windows color (decimal): -4488227 or 14517179. OLE color: 14517179.

HSL color Cylindrical-coordinate representation of color #BB83DD: hue angle of 277.33º degrees, saturation: 0.57, 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 #BB83DD is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187131221-
CMYK0.150.4100.13
HSL277.33º56.96%69.02%-
HSV(B)277.33º40.72%86.67%-
XYZ41.6632.0272.39-
YUV158163.55148.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 131 (51.56% from 255) = 24.30%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=34.69%
G=24.30%
B=41.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871312210.150.4100.13277.3356.9669.02
HexBB83DDF290D1153945
Octal273203335175101542571105
Binary1011101110000011110111011111101001011011000101011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83DD; }

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

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

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

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

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

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

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

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