#BC8FE6

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

Shades of Wisteria #BC8FE6

Tints of Wisteria #BC8FE6

Color information

#BC8FE6 (or 0xBC8FE6) is unknown color: approx Wisteria. HEX triplet: BC, 8F and E6. RGB value is (188,143,230). Sum of RGB (Red+Green+Blue) = 188+143+230=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC8FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FE6 is #437019. Grayscale: #A6A6A6. Windows color (decimal): -4419610 or 15110076. OLE color: 15110076.

HSL color Cylindrical-coordinate representation of color #BC8FE6: hue angle of 271.03º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8FE6 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188143230-
CMYK0.180.3800.10
HSL271.03º63.5%73.14%-
HSV(B)271.03º37.83%90.2%-
XYZ44.8436.0579.46-
YUV166.37163.91143.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 143 (56.25% from 255) = 25.49%
BLUE value IS 230 (90.23% from 255) = 41.00%
R=33.51%
G=25.49%
B=41.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881432300.180.3800.10271.0363.573.14
HexBC8FE612260A10f4049
Octal2742173462246012417100111
Binary101111001000111111100110100101001100101010000111110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FE6; }

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

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

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

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

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

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

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

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