#BC89FD

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

Shades of Wisteria #BC89FD

Tints of Wisteria #BC89FD

Color information

#BC89FD (or 0xBC89FD) is unknown color: approx Wisteria. HEX triplet: BC, 89 and FD. RGB value is (188,137,253). Sum of RGB (Red+Green+Blue) = 188+137+253=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC89FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89FD is #437602. Grayscale: #A5A5A5. Windows color (decimal): -4421123 or 16615868. OLE color: 16615868.

HSL color Cylindrical-coordinate representation of color #BC89FD: hue angle of 266.38º degrees, saturation: 0.97, 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 #BC89FD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188137253-
CMYK0.260.4600.01
HSL266.38º96.67%76.47%-
HSV(B)266.38º45.85%99.22%-
XYZ47.4135.6797.32-
YUV165.47177.4144.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 137 (53.91% from 255) = 23.70%
BLUE value IS 253 (99.22% from 255) = 43.77%
R=32.53%
G=23.70%
B=43.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881372530.260.4600.01266.3896.6776.47
HexBC89FD1A2E0110a614c
Octal274211375325601412141114
Binary101111001000100111111101110101011100110000101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89FD; }

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

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

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

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

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

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

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

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