#BC9BD1

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

Shades of Wisteria #BC9BD1

Tints of Wisteria #BC9BD1

Color information

#BC9BD1 (or 0xBC9BD1) is unknown color: approx Wisteria. HEX triplet: BC, 9B and D1. RGB value is (188,155,209). Sum of RGB (Red+Green+Blue) = 188+155+209=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC9BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BD1 is #43642E. Grayscale: #AAAAAA. Windows color (decimal): -4416559 or 13736892. OLE color: 13736892.

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

Color convert

RGB188155209-
CMYK0.100.2600.18
HSL276.67º36.99%71.37%-
HSV(B)276.67º25.84%81.96%-
XYZ43.9738.7465.48-
YUV171.02149.43140.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=34.06%
G=28.08%
B=37.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881552090.100.2600.18276.6736.9971.37
HexBC9BD1A1A0121152547
Octal274233321123202242545107
Binary1011110010011011110100011010110100100101000101011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BD1; }

 p { color: rgb(188,155,209); }

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

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

 a { background-color: rgb(188,155,209); }

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

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

 span { border-color: rgb(188,155,209); }

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