#bc92df

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

Shades of Wisteria #BC92DF

Tints of Wisteria #BC92DF

Color information

#BC92DF (or 0xBC92DF) is unknown color: approx Wisteria. HEX triplet: BC, 92 and DF. RGB value is (188,146,223). Sum of RGB (Red+Green+Blue) = 188+146+223=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92DF is #436D20. Grayscale: #A7A7A7. Windows color (decimal): -4418849 or 14652092. OLE color: 14652092.

HSL color Cylindrical-coordinate representation of color #BC92DF: hue angle of 272.73º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC92DF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188146223-
CMYK0.160.3500.13
HSL272.73º54.61%72.35%-
HSV(B)272.73º34.53%87.45%-
XYZ44.3436.5874.54-
YUV167.34159.41142.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=33.75%
G=26.21%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881462230.160.3500.13272.7354.6172.35
HexBC92DF10230D1113748
Octal274222337204301542167110
Binary10111100100100101101111110000100011011011000100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc92df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc92df; }

 p { color: rgb(188,146,223); }

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

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

 a { background-color: rgb(188,146,223); }

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

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

 span { border-color: rgb(188,146,223); }

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