#bc8fe1

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

Shades of Wisteria #BC8FE1

Tints of Wisteria #BC8FE1

Color information

#BC8FE1 (or 0xBC8FE1) is unknown color: approx Wisteria. HEX triplet: BC, 8F and E1. RGB value is (188,143,225). Sum of RGB (Red+Green+Blue) = 188+143+225=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FE1 is #43701E. Grayscale: #A5A5A5. Windows color (decimal): -4419615 or 14782396. OLE color: 14782396.

HSL color Cylindrical-coordinate representation of color #BC8FE1: hue angle of 272.93º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8FE1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188143225-
CMYK0.160.3600.12
HSL272.93º57.75%72.16%-
HSV(B)272.93º36.44%88.24%-
XYZ44.1535.7775.81-
YUV165.8161.41143.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 143 (56.25% from 255) = 25.72%
BLUE value IS 225 (88.28% from 255) = 40.47%
R=33.81%
G=25.72%
B=40.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881432250.160.3600.12272.9357.7572.16
HexBC8FE110240C1113a48
Octal274217341204401442172110
Binary10111100100011111110000110000100100011001000100011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc8fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc8fe1; }

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

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

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

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

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

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

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

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