#BC8DCF

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

Shades of Wisteria #BC8DCF

Tints of Wisteria #BC8DCF

Color information

#BC8DCF (or 0xBC8DCF) is unknown color: approx Wisteria. HEX triplet: BC, 8D and CF. RGB value is (188,141,207). Sum of RGB (Red+Green+Blue) = 188+141+207=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC8DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DCF is #437230. Grayscale: #A2A2A2. Windows color (decimal): -4420145 or 13602236. OLE color: 13602236.

HSL color Cylindrical-coordinate representation of color #BC8DCF: hue angle of 282.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8DCF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188141207-
CMYK0.090.3200.19
HSL282.73º40.74%68.24%-
HSV(B)282.73º31.88%81.18%-
XYZ41.5334.2563.45-
YUV162.58153.07146.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=35.07%
G=26.31%
B=38.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881412070.090.3200.19282.7340.7468.24
HexBC8DCF92001311b2944
Octal274215317114002343351104
Binary10111100100011011100111110011000000100111000110111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DCF; }

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

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

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

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

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

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

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

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