#BC8CEF

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

Shades of Wisteria #BC8CEF

Tints of Wisteria #BC8CEF

Color information

#BC8CEF (or 0xBC8CEF) is unknown color: approx Wisteria. HEX triplet: BC, 8C and EF. RGB value is (188,140,239). Sum of RGB (Red+Green+Blue) = 188+140+239=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CEF is #437310. Grayscale: #A5A5A5. Windows color (decimal): -4420369 or 15699132. OLE color: 15699132.

HSL color Cylindrical-coordinate representation of color #BC8CEF: hue angle of 269.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC8CEF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188140239-
CMYK0.210.4100.06
HSL269.09º75.57%74.31%-
HSV(B)269.09º41.42%93.73%-
XYZ45.735.6886.14-
YUV165.64169.4143.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=33.16%
G=24.69%
B=42.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881402390.210.4100.06269.0975.5774.31
HexBC8CEF15290610d4c4a
Octal274214357255106415114112
Binary10111100100011001110111110101101001011010000110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CEF; }

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

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

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

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

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

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

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

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