#BC8FE3

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

Shades of Wisteria #BC8FE3

Tints of Wisteria #BC8FE3

Color information

#BC8FE3 (or 0xBC8FE3) is unknown color: approx Wisteria. HEX triplet: BC, 8F and E3. RGB value is (188,143,227). Sum of RGB (Red+Green+Blue) = 188+143+227=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC8FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FE3 is #43701C. Grayscale: #A5A5A5. Windows color (decimal): -4419613 or 14913468. OLE color: 14913468.

HSL color Cylindrical-coordinate representation of color #BC8FE3: hue angle of 272.14º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8FE3 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188143227-
CMYK0.170.3700.11
HSL272.14º60%72.55%-
HSV(B)272.14º37%89.02%-
XYZ44.4335.8877.26-
YUV166.03162.41143.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 227 (89.06% from 255) = 40.68%
R=33.69%
G=25.63%
B=40.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881432270.170.3700.11272.146072.55
HexBC8FE311250B1103c49
Octal274217343214501342074111
Binary10111100100011111110001110001100101010111000100001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FE3; }

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

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

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

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

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

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

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

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