#BB8ED0

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

Shades of Wisteria #BB8ED0

Tints of Wisteria #BB8ED0

Color information

#BB8ED0 (or 0xBB8ED0) is unknown color: approx Wisteria. HEX triplet: BB, 8E and D0. RGB value is (187,142,208). Sum of RGB (Red+Green+Blue) = 187+142+208=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB8ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ED0 is #44712F. Grayscale: #A2A2A2. Windows color (decimal): -4485424 or 13668027. OLE color: 13668027.

HSL color Cylindrical-coordinate representation of color #BB8ED0: hue angle of 280.91º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8ED0 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187142208-
CMYK0.100.3200.18
HSL280.91º41.25%68.63%-
HSV(B)280.91º31.73%81.57%-
XYZ41.5534.4664.14-
YUV162.98153.41145.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=34.82%
G=26.44%
B=38.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871422080.100.3200.18280.9141.2568.63
HexBB8ED0A200121192945
Octal273216320124002243151105
Binary10111011100011101101000010101000000100101000110011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8ED0; }

 p { color: rgb(187,142,208); }

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

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

 a { background-color: rgb(187,142,208); }

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

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

 span { border-color: rgb(187,142,208); }

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