#BC88FF

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

Shades of Wisteria #BC88FF

Tints of Wisteria #BC88FF

Color information

#BC88FF (or 0xBC88FF) is unknown color: approx Wisteria. HEX triplet: BC, 88 and FF. RGB value is (188,136,255). Sum of RGB (Red+Green+Blue) = 188+136+255=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88FF is #437700. Grayscale: #A4A4A4. Windows color (decimal): -4421377 or 16746684. OLE color: 16746684.

HSL color Cylindrical-coordinate representation of color #BC88FF: hue angle of 266.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC88FF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188136255-
CMYK0.260.4700
HSL266.22º100%76.67%-
HSV(B)266.22º46.67%100%-
XYZ47.5935.5298.96-
YUV165.11178.73144.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 255 (100% from 255) = 44.04%
R=32.47%
G=23.49%
B=44.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881362550.260.4700266.2210076.67
HexBC88FF1A2F0010a644d
Octal274210377325700412144115
Binary101111001000100011111111110101011110010000101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88FF; }

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

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

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

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

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

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

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

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