#BC88F8

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

Shades of Wisteria #BC88F8

Tints of Wisteria #BC88F8

Color information

#BC88F8 (or 0xBC88F8) is unknown color: approx Wisteria. HEX triplet: BC, 88 and F8. RGB value is (188,136,248). Sum of RGB (Red+Green+Blue) = 188+136+248=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC88F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88F8 is #437707. Grayscale: #A3A3A3. Windows color (decimal): -4421384 or 16287932. OLE color: 16287932.

HSL color Cylindrical-coordinate representation of color #BC88F8: hue angle of 267.86º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC88F8 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188136248-
CMYK0.240.4500.03
HSL267.86º88.89%75.29%-
HSV(B)267.86º45.16%97.25%-
XYZ46.4935.0893.13-
YUV164.32175.23144.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 136 (53.52% from 255) = 23.78%
BLUE value IS 248 (97.27% from 255) = 43.36%
R=32.87%
G=23.78%
B=43.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881362480.240.4500.03267.8688.8975.29
HexBC88F8182D0310c594b
Octal274210370305503414131113
Binary1011110010001000111110001100010110101110000110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88F8; }

 p { color: rgb(188,136,248); }

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

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

 a { background-color: rgb(188,136,248); }

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

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

 span { border-color: rgb(188,136,248); }

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