#BC89FC

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

Shades of Wisteria #BC89FC

Tints of Wisteria #BC89FC

Color information

#BC89FC (or 0xBC89FC) is unknown color: approx Wisteria. HEX triplet: BC, 89 and FC. RGB value is (188,137,252). Sum of RGB (Red+Green+Blue) = 188+137+252=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC89FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89FC is #437603. Grayscale: #A4A4A4. Windows color (decimal): -4421124 or 16550332. OLE color: 16550332.

HSL color Cylindrical-coordinate representation of color #BC89FC: hue angle of 266.61º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC89FC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188137252-
CMYK0.250.4600.01
HSL266.61º95.04%76.27%-
HSV(B)266.61º45.63%98.82%-
XYZ47.2635.6196.48-
YUV165.36176.9144.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 137 (53.91% from 255) = 23.74%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=32.58%
G=23.74%
B=43.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881372520.250.4600.01266.6195.0476.27
HexBC89FC192E0110b5f4c
Octal274211374315601413137114
Binary101111001000100111111100110011011100110000101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89FC; }

 p { color: rgb(188,137,252); }

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

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

 a { background-color: rgb(188,137,252); }

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

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

 span { border-color: rgb(188,137,252); }

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