#BC90DD

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

Shades of Wisteria #BC90DD

Tints of Wisteria #BC90DD

Color information

#BC90DD (or 0xBC90DD) is unknown color: approx Wisteria. HEX triplet: BC, 90 and DD. RGB value is (188,144,221). Sum of RGB (Red+Green+Blue) = 188+144+221=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90DD is #436F22. Grayscale: #A5A5A5. Windows color (decimal): -4419363 or 14520508. OLE color: 14520508.

HSL color Cylindrical-coordinate representation of color #BC90DD: hue angle of 274.29º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC90DD is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188144221-
CMYK0.150.3500.13
HSL274.29º53.1%71.57%-
HSV(B)274.29º34.84%86.67%-
XYZ43.7635.8673.02-
YUV165.93159.08143.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=34.00%
G=26.04%
B=39.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881442210.150.3500.13274.2953.171.57
HexBC90DDF230D1123548
Octal274220335174301542265110
Binary1011110010010000110111011111100011011011000100101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90DD; }

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

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

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

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

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

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

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

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