#BC8FD1

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

Shades of Wisteria #BC8FD1

Tints of Wisteria #BC8FD1

Color information

#BC8FD1 (or 0xBC8FD1) is unknown color: approx Wisteria. HEX triplet: BC, 8F and D1. RGB value is (188,143,209). Sum of RGB (Red+Green+Blue) = 188+143+209=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FD1 is #43702E. Grayscale: #A3A3A3. Windows color (decimal): -4419631 or 13733820. OLE color: 13733820.

HSL color Cylindrical-coordinate representation of color #BC8FD1: hue angle of 280.91º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8FD1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188143209-
CMYK0.100.3200.18
HSL280.91º41.77%69.02%-
HSV(B)280.91º31.58%81.96%-
XYZ42.0734.9464.85-
YUV163.98153.41145.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 209 (82.03% from 255) = 38.70%
R=34.81%
G=26.48%
B=38.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881432090.100.3200.18280.9141.7769.02
HexBC8FD1A200121192a45
Octal274217321124002243152105
Binary10111100100011111101000110101000000100101000110011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FD1; }

 p { color: rgb(188,143,209); }

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

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

 a { background-color: rgb(188,143,209); }

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

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

 span { border-color: rgb(188,143,209); }

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