#BC90D7

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

Shades of Wisteria #BC90D7

Tints of Wisteria #BC90D7

Color information

#BC90D7 (or 0xBC90D7) is unknown color: approx Wisteria. HEX triplet: BC, 90 and D7. RGB value is (188,144,215). Sum of RGB (Red+Green+Blue) = 188+144+215=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC90D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90D7 is #436F28. Grayscale: #A5A5A5. Windows color (decimal): -4419369 or 14127292. OLE color: 14127292.

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

Color convert

RGB188144215-
CMYK0.130.3300.16
HSL277.18º47.02%70.39%-
HSV(B)277.18º33.02%84.31%-
XYZ42.9835.5468.89-
YUV165.25156.08144.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=34.37%
G=26.33%
B=39.31%

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
Decimal1881442150.130.3300.16277.1847.0270.39
HexBC90D7D210101152f46
Octal274220327154102042557106
Binary10111100100100001101011111011000010100001000101011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90D7; }

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

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

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

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

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

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

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

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