#BB83E6

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

Shades of Wisteria #BB83E6

Tints of Wisteria #BB83E6

Color information

#BB83E6 (or 0xBB83E6) is unknown color: approx Wisteria. HEX triplet: BB, 83 and E6. RGB value is (187,131,230). Sum of RGB (Red+Green+Blue) = 187+131+230=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB83E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB83E6 is #447C19. Grayscale: #9E9E9E. Windows color (decimal): -4488218 or 15107003. OLE color: 15107003.

HSL color Cylindrical-coordinate representation of color #BB83E6: hue angle of 273.94º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB83E6 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187131230-
CMYK0.190.4300.10
HSL273.94º66.44%70.78%-
HSV(B)273.94º43.04%90.2%-
XYZ42.8932.5178.88-
YUV159.03168.05147.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 131 (51.56% from 255) = 23.91%
BLUE value IS 230 (90.23% from 255) = 41.97%
R=34.12%
G=23.91%
B=41.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871312300.190.4300.10273.9466.4470.78
HexBB83E6132B0A1124247
Octal2732033462353012422102107
Binary101110111000001111100110100111010110101010001001010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83E6; }

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

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

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

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

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

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

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

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