#BB8CD1

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

Shades of Wisteria #BB8CD1

Tints of Wisteria #BB8CD1

Color information

#BB8CD1 (or 0xBB8CD1) is unknown color: approx Wisteria. HEX triplet: BB, 8C and D1. RGB value is (187,140,209). Sum of RGB (Red+Green+Blue) = 187+140+209=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB8CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CD1 is #44732E. Grayscale: #A1A1A1. Windows color (decimal): -4485935 or 13733051. OLE color: 13733051.

HSL color Cylindrical-coordinate representation of color #BB8CD1: hue angle of 280.87º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB8CD1 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187140209-
CMYK0.110.3300.18
HSL280.87º42.86%68.43%-
HSV(B)280.87º33.01%81.96%-
XYZ41.3833.9264.69-
YUV161.92154.57145.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=34.89%
G=26.12%
B=38.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871402090.110.3300.18280.8742.8668.43
HexBB8CD1B210121192b44
Octal273214321134102243153104
Binary10111011100011001101000110111000010100101000110011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8CD1; }

 p { color: rgb(187,140,209); }

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

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

 a { background-color: rgb(187,140,209); }

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

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

 span { border-color: rgb(187,140,209); }

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