#BC8DDE

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

Shades of Wisteria #BC8DDE

Tints of Wisteria #BC8DDE

Color information

#BC8DDE (or 0xBC8DDE) is unknown color: approx Wisteria. HEX triplet: BC, 8D and DE. RGB value is (188,141,222). Sum of RGB (Red+Green+Blue) = 188+141+222=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DDE is #437221. Grayscale: #A4A4A4. Windows color (decimal): -4420130 or 14585276. OLE color: 14585276.

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

Color convert

RGB188141222-
CMYK0.150.3600.13
HSL274.81º55.1%71.18%-
HSV(B)274.81º36.49%87.06%-
XYZ43.4535.0273.58-
YUV164.29160.57144.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=34.12%
G=25.59%
B=40.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881412220.150.3600.13274.8155.171.18
HexBC8DDEF240D1133747
Octal274215336174401542367107
Binary1011110010001101110111101111100100011011000100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DDE; }

 p { color: rgb(188,141,222); }

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

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

 a { background-color: rgb(188,141,222); }

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

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

 span { border-color: rgb(188,141,222); }

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