#BC91D7

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

Shades of Wisteria #BC91D7

Tints of Wisteria #BC91D7

Color information

#BC91D7 (or 0xBC91D7) is unknown color: approx Wisteria. HEX triplet: BC, 91 and D7. RGB value is (188,145,215). Sum of RGB (Red+Green+Blue) = 188+145+215=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC91D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91D7 is #436E28. Grayscale: #A5A5A5. Windows color (decimal): -4419113 or 14127548. OLE color: 14127548.

HSL color Cylindrical-coordinate representation of color #BC91D7: hue angle of 276.86º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC91D7 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188145215-
CMYK0.130.3300.16
HSL276.86º46.67%70.59%-
HSV(B)276.86º32.56%84.31%-
XYZ43.1335.8568.94-
YUV165.84155.75143.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=34.31%
G=26.46%
B=39.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881452150.130.3300.16276.8646.6770.59
HexBC91D7D210101152f47
Octal274221327154102042557107
Binary10111100100100011101011111011000010100001000101011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91D7; }

 p { color: rgb(188,145,215); }

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

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

 a { background-color: rgb(188,145,215); }

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

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

 span { border-color: rgb(188,145,215); }

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