#BC8CE4

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

Shades of Wisteria #BC8CE4

Tints of Wisteria #BC8CE4

Color information

#BC8CE4 (or 0xBC8CE4) is unknown color: approx Wisteria. HEX triplet: BC, 8C and E4. RGB value is (188,140,228). Sum of RGB (Red+Green+Blue) = 188+140+228=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CE4 is #43731B. Grayscale: #A4A4A4. Windows color (decimal): -4420380 or 14978236. OLE color: 14978236.

HSL color Cylindrical-coordinate representation of color #BC8CE4: hue angle of 272.73º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8CE4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188140228-
CMYK0.180.3900.11
HSL272.73º61.97%72.16%-
HSV(B)272.73º38.6%89.41%-
XYZ44.1235.0577.84-
YUV164.38163.9144.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 140 (55.08% from 255) = 25.18%
BLUE value IS 228 (89.45% from 255) = 41.01%
R=33.81%
G=25.18%
B=41.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881402280.180.3900.11272.7361.9772.16
HexBC8CE412270B1113e48
Octal274214344224701342176110
Binary10111100100011001110010010010100111010111000100011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CE4; }

 p { color: rgb(188,140,228); }

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

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

 a { background-color: rgb(188,140,228); }

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

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

 span { border-color: rgb(188,140,228); }

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