#BB83F8

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

Shades of Wisteria #BB83F8

Tints of Wisteria #BB83F8

Color information

#BB83F8 (or 0xBB83F8) is unknown color: approx Wisteria. HEX triplet: BB, 83 and F8. RGB value is (187,131,248). Sum of RGB (Red+Green+Blue) = 187+131+248=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB83F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB83F8 is #447C07. Grayscale: #A0A0A0. Windows color (decimal): -4488200 or 16286651. OLE color: 16286651.

HSL color Cylindrical-coordinate representation of color #BB83F8: hue angle of 268.72º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB83F8 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187131248-
CMYK0.250.4700.03
HSL268.72º89.31%74.31%-
HSV(B)268.72º47.18%97.25%-
XYZ45.5533.5792.89-
YUV161.08177.05146.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 248 (97.27% from 255) = 43.82%
R=33.04%
G=23.14%
B=43.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871312480.250.4700.03268.7289.3174.31
HexBB83F8192F0310d594a
Octal273203370315703415131112
Binary1011101110000011111110001100110111101110000110110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83F8; }

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

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

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

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

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

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

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

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