#BC8FD8

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

Shades of Wisteria #BC8FD8

Tints of Wisteria #BC8FD8

Color information

#BC8FD8 (or 0xBC8FD8) is unknown color: approx Wisteria. HEX triplet: BC, 8F and D8. RGB value is (188,143,216). Sum of RGB (Red+Green+Blue) = 188+143+216=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC8FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FD8 is #437027. Grayscale: #A4A4A4. Windows color (decimal): -4419624 or 14192572. OLE color: 14192572.

HSL color Cylindrical-coordinate representation of color #BC8FD8: hue angle of 276.99º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC8FD8 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188143216-
CMYK0.130.3400.15
HSL276.99º48.34%70.39%-
HSV(B)276.99º33.8%84.71%-
XYZ42.9635.2969.51-
YUV164.78156.91144.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=34.37%
G=26.14%
B=39.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881432160.130.3400.15276.9948.3470.39
HexBC8FD8D220F1153046
Octal274217330154201742560106
Binary1011110010001111110110001101100010011111000101011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FD8; }

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

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

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

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

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

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

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

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