#BB85E8

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

Shades of Wisteria #BB85E8

Tints of Wisteria #BB85E8

Color information

#BB85E8 (or 0xBB85E8) is unknown color: approx Wisteria. HEX triplet: BB, 85 and E8. RGB value is (187,133,232). Sum of RGB (Red+Green+Blue) = 187+133+232=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB85E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB85E8 is #447A17. Grayscale: #A0A0A0. Windows color (decimal): -4487704 or 15238587. OLE color: 15238587.

HSL color Cylindrical-coordinate representation of color #BB85E8: hue angle of 272.73º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB85E8 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187133232-
CMYK0.190.4300.09
HSL272.73º68.28%71.57%-
HSV(B)272.73º42.67%90.98%-
XYZ43.4533.1780.46-
YUV160.43168.39146.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 232 (91.02% from 255) = 42.03%
R=33.88%
G=24.09%
B=42.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871332320.190.4300.09272.7368.2871.57
HexBB85E8132B091114448
Octal2732053502353011421104110
Binary101110111000010111101000100111010110100110001000110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85E8; }

 p { color: rgb(187,133,232); }

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

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

 a { background-color: rgb(187,133,232); }

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

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

 span { border-color: rgb(187,133,232); }

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